Shades of Fuchsia #CB40CA
Tints of Fuchsia #CB40CA
RGB
CMYK
RGB Variations
Color information
#CB40CA (or 0xCB40CA) is known color: Fuchsia. HEX triplet: CB, 40 and CA. RGB value is (203,64,202). Sum of RGB (Red+Green+Blue) = 203+64+202=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB40CA is #34BF35. Grayscale: #787878. Windows color (decimal): -3456822 or 13254859. OLE color: 13254859.
HSL color Cylindrical-coordinate representation of color #CB40CA: hue angle of 300.43º 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 #CB40CA is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 202 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.20 |
| HSL | 300.43º | 0.57% | 0.52% | - |
| HSV(B) | 300.43º | 0.68% | 0.8% | - |
| XYZ | 37.12 | 20.63 | 57.9 | - |
| YUV | 121.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 202 | 0 | 0.68 | 0.00 | 0.20 | 300.43 | 0.57 | 0.52 |
| Hex | CB | 40 | CA | 0 | 44 | 0 | 14 | 12C | 39 | 34 |
| Octal | 313 | 100 | 312 | 0 | 104 | 0 | 24 | 454 | 71 | 64 |
| Binary | 11001011 | 1000000 | 11001010 | 0 | 1000100 | 0 | 10100 | 100101100 | 111001 | 110100 |
Color Harmonies of #CB40CA
Complementary color
Monochromatic Colors of #CB40CA
Black with #CB40CA
Text Example
Text Example
White with #CB40CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40CA; }
p { color: rgb(203,64,202); }
H1.HeaderClassName
{
color: #CB40CA;
}
.AnyTagClassName
{
color: #CB40CA;
}
</style>
background-color css
<style>
a { background-color: #CB40CA; }
a { background-color: rgb(203,64,202); }
div.DivClassName
{
background-color: #CB40CA;
}
.BgClassName
{
background-color: #CB40CA;
}
</style>
border-color css
<style>
span { border-color: #CB40CA; }
span { border-color: rgb(203,64,202); }
td.TdClassName
{
border-color: #CB40CA;
}
.TagClassName
{
border-color: #CB40CA;
}
</style>