Shades of Fuchsia #CB40C0
Tints of Fuchsia #CB40C0
RGB
CMYK
RGB Variations
Color information
#CB40C0 (or 0xCB40C0) is known color: Fuchsia. HEX triplet: CB, 40 and C0. RGB value is (203,64,192). Sum of RGB (Red+Green+Blue) = 203+64+192=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40C0 is #34BF3F. Grayscale: #777777. Windows color (decimal): -3456832 or 12599499. OLE color: 12599499.
HSL color Cylindrical-coordinate representation of color #CB40C0: hue angle of 304.75º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40C0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 192 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.20 |
| HSL | 304.75º | 0.57% | 0.52% | - |
| HSV(B) | 304.75º | 0.68% | 0.8% | - |
| XYZ | 35.98 | 20.17 | 51.87 | - |
| YUV | 120.15 | 168.55 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 192 | 0 | 0.68 | 0.05 | 0.20 | 304.75 | 0.57 | 0.52 |
| Hex | CB | 40 | C0 | 0 | 44 | 5 | 14 | 131 | 39 | 34 |
| Octal | 313 | 100 | 300 | 0 | 104 | 5 | 24 | 461 | 71 | 64 |
| Binary | 11001011 | 1000000 | 11000000 | 0 | 1000100 | 101 | 10100 | 100110001 | 111001 | 110100 |
Color Harmonies of #CB40C0
Complementary color
Monochromatic Colors of #CB40C0
Black with #CB40C0
Text Example
Text Example
White with #CB40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40C0; }
p { color: rgb(203,64,192); }
H1.HeaderClassName
{
color: #CB40C0;
}
.AnyTagClassName
{
color: #CB40C0;
}
</style>
background-color css
<style>
a { background-color: #CB40C0; }
a { background-color: rgb(203,64,192); }
div.DivClassName
{
background-color: #CB40C0;
}
.BgClassName
{
background-color: #CB40C0;
}
</style>
border-color css
<style>
span { border-color: #CB40C0; }
span { border-color: rgb(203,64,192); }
td.TdClassName
{
border-color: #CB40C0;
}
.TagClassName
{
border-color: #CB40C0;
}
</style>