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