Shades of Deep Magenta #CA04CB
Tints of Deep Magenta #CA04CB
RGB
CMYK
RGB Variations
Color information
#CA04CB (or 0xCA04CB) is known color: Deep Magenta. HEX triplet: CA, 04 and CB. RGB value is (202,4,203). Sum of RGB (Red+Green+Blue) = 202+4+203=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 4 (1.95% from 255 or 0.98% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA04CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04CB is #35FB34. Grayscale: #555555. Windows color (decimal): -3537717 or 13305034. OLE color: 13305034.
HSL color Cylindrical-coordinate representation of color #CA04CB: hue angle of 299.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04CB is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 4 | 203 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.20 |
| HSL | 299.7º | 0.96% | 0.41% | - |
| HSV(B) | 299.7º | 0.98% | 0.8% | - |
| XYZ | 35.18 | 16.96 | 57.92 | - |
| YUV | 85.89 | 194.1 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 203 | 0.00 | 0.98 | 0 | 0.20 | 299.7 | 0.96 | 0.41 |
| Hex | CA | 4 | CB | 0 | 62 | 0 | 14 | 12C | 60 | 29 |
| Octal | 312 | 4 | 313 | 0 | 142 | 0 | 24 | 454 | 140 | 51 |
| Binary | 11001010 | 100 | 11001011 | 0 | 1100010 | 0 | 10100 | 100101100 | 1100000 | 101001 |
Color Harmonies of #CA04CB
Complementary color
Monochromatic Colors of #CA04CB
Black with #CA04CB
Text Example
Text Example
White with #CA04CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04CB; }
p { color: rgb(202,4,203); }
H1.HeaderClassName
{
color: #CA04CB;
}
.AnyTagClassName
{
color: #CA04CB;
}
</style>
background-color css
<style>
a { background-color: #CA04CB; }
a { background-color: rgb(202,4,203); }
div.DivClassName
{
background-color: #CA04CB;
}
.BgClassName
{
background-color: #CA04CB;
}
</style>
border-color css
<style>
span { border-color: #CA04CB; }
span { border-color: rgb(202,4,203); }
td.TdClassName
{
border-color: #CA04CB;
}
.TagClassName
{
border-color: #CA04CB;
}
</style>