Shades of Fuchsia #CB40C6
Tints of Fuchsia #CB40C6
RGB
CMYK
RGB Variations
Color information
#CB40C6 (or 0xCB40C6) is known color: Fuchsia. HEX triplet: CB, 40 and C6. RGB value is (203,64,198). Sum of RGB (Red+Green+Blue) = 203+64+198=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40C6 is #34BF39. Grayscale: #787878. Windows color (decimal): -3456826 or 12992715. OLE color: 12992715.
HSL color Cylindrical-coordinate representation of color #CB40C6: hue angle of 302.16º 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 #CB40C6 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 198 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.20 |
| HSL | 302.16º | 0.57% | 0.52% | - |
| HSV(B) | 302.16º | 0.68% | 0.8% | - |
| XYZ | 36.66 | 20.44 | 55.44 | - |
| YUV | 120.84 | 171.55 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 198 | 0 | 0.68 | 0.02 | 0.20 | 302.16 | 0.57 | 0.52 |
| Hex | CB | 40 | C6 | 0 | 44 | 2 | 14 | 12E | 39 | 34 |
| Octal | 313 | 100 | 306 | 0 | 104 | 2 | 24 | 456 | 71 | 64 |
| Binary | 11001011 | 1000000 | 11000110 | 0 | 1000100 | 10 | 10100 | 100101110 | 111001 | 110100 |
Color Harmonies of #CB40C6
Complementary color
Monochromatic Colors of #CB40C6
Black with #CB40C6
Text Example
Text Example
White with #CB40C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40C6; }
p { color: rgb(203,64,198); }
H1.HeaderClassName
{
color: #CB40C6;
}
.AnyTagClassName
{
color: #CB40C6;
}
</style>
background-color css
<style>
a { background-color: #CB40C6; }
a { background-color: rgb(203,64,198); }
div.DivClassName
{
background-color: #CB40C6;
}
.BgClassName
{
background-color: #CB40C6;
}
</style>
border-color css
<style>
span { border-color: #CB40C6; }
span { border-color: rgb(203,64,198); }
td.TdClassName
{
border-color: #CB40C6;
}
.TagClassName
{
border-color: #CB40C6;
}
</style>