Shades of Deep Magenta #CA0FCA
Tints of Deep Magenta #CA0FCA
RGB
CMYK
RGB Variations
Color information
#CA0FCA (or 0xCA0FCA) is known color: Deep Magenta. HEX triplet: CA, 0F and CA. RGB value is (202,15,202). Sum of RGB (Red+Green+Blue) = 202+15+202=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA0FCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FCA is #35F035. Grayscale: #5B5B5B. Windows color (decimal): -3534902 or 13242314. OLE color: 13242314.
HSL color Cylindrical-coordinate representation of color #CA0FCA: hue angle of 300º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0FCA is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 202 | - |
| CMYK | 0 | 0.93 | 0 | 0.21 |
| HSL | 300º | 0.86% | 0.43% | - |
| HSV(B) | 300º | 0.93% | 0.79% | - |
| XYZ | 35.19 | 17.16 | 57.34 | - |
| YUV | 92.23 | 189.95 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 202 | 0 | 0.93 | 0 | 0.21 | 300 | 0.86 | 0.43 |
| Hex | CA | F | CA | 0 | 5D | 0 | 15 | 12C | 56 | 2B |
| Octal | 312 | 17 | 312 | 0 | 135 | 0 | 25 | 454 | 126 | 53 |
| Binary | 11001010 | 1111 | 11001010 | 0 | 1011101 | 0 | 10101 | 100101100 | 1010110 | 101011 |
Color Harmonies of #CA0FCA
Complementary color
Monochromatic Colors of #CA0FCA
Black with #CA0FCA
Text Example
Text Example
White with #CA0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FCA; }
p { color: rgb(202,15,202); }
H1.HeaderClassName
{
color: #CA0FCA;
}
.AnyTagClassName
{
color: #CA0FCA;
}
</style>
background-color css
<style>
a { background-color: #CA0FCA; }
a { background-color: rgb(202,15,202); }
div.DivClassName
{
background-color: #CA0FCA;
}
.BgClassName
{
background-color: #CA0FCA;
}
</style>
border-color css
<style>
span { border-color: #CA0FCA; }
span { border-color: rgb(202,15,202); }
td.TdClassName
{
border-color: #CA0FCA;
}
.TagClassName
{
border-color: #CA0FCA;
}
</style>