Shades of Fuchsia #CB60C5
Tints of Fuchsia #CB60C5
RGB
CMYK
RGB Variations
Color information
#CB60C5 (or 0xCB60C5) is known color: Fuchsia. HEX triplet: CB, 60 and C5. RGB value is (203,96,197). Sum of RGB (Red+Green+Blue) = 203+96+197=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB60C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB60C5 is #349F3A. Grayscale: #8B8B8B. Windows color (decimal): -3448635 or 12935371. OLE color: 12935371.
HSL color Cylindrical-coordinate representation of color #CB60C5: hue angle of 303.36º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB60C5 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 197 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.20 |
| HSL | 303.36º | 0.51% | 0.59% | - |
| HSV(B) | 303.36º | 0.53% | 0.8% | - |
| XYZ | 38.89 | 25.09 | 55.62 | - |
| YUV | 139.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 197 | 0 | 0.53 | 0.03 | 0.20 | 303.36 | 0.51 | 0.59 |
| Hex | CB | 60 | C5 | 0 | 35 | 3 | 14 | 12F | 33 | 3B |
| Octal | 313 | 140 | 305 | 0 | 65 | 3 | 24 | 457 | 63 | 73 |
| Binary | 11001011 | 1100000 | 11000101 | 0 | 110101 | 11 | 10100 | 100101111 | 110011 | 111011 |
Color Harmonies of #CB60C5
Complementary color
Monochromatic Colors of #CB60C5
Black with #CB60C5
Text Example
Text Example
White with #CB60C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60C5; }
p { color: rgb(203,96,197); }
H1.HeaderClassName
{
color: #CB60C5;
}
.AnyTagClassName
{
color: #CB60C5;
}
</style>
background-color css
<style>
a { background-color: #CB60C5; }
a { background-color: rgb(203,96,197); }
div.DivClassName
{
background-color: #CB60C5;
}
.BgClassName
{
background-color: #CB60C5;
}
</style>
border-color css
<style>
span { border-color: #CB60C5; }
span { border-color: rgb(203,96,197); }
td.TdClassName
{
border-color: #CB60C5;
}
.TagClassName
{
border-color: #CB60C5;
}
</style>