Shades of Deep Magenta #CA0FC6
Tints of Deep Magenta #CA0FC6
RGB
CMYK
RGB Variations
Color information
#CA0FC6 (or 0xCA0FC6) is known color: Deep Magenta. HEX triplet: CA, 0F and C6. RGB value is (202,15,198). Sum of RGB (Red+Green+Blue) = 202+15+198=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0FC6 is #35F039. Grayscale: #5B5B5B. Windows color (decimal): -3534906 or 12980170. OLE color: 12980170.
HSL color Cylindrical-coordinate representation of color #CA0FC6: hue angle of 301.28º 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 #CA0FC6 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 198 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.21 |
| HSL | 301.28º | 0.86% | 0.43% | - |
| HSV(B) | 301.28º | 0.93% | 0.79% | - |
| XYZ | 34.72 | 16.98 | 54.87 | - |
| YUV | 91.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 198 | 0 | 0.93 | 0.02 | 0.21 | 301.28 | 0.86 | 0.43 |
| Hex | CA | F | C6 | 0 | 5D | 2 | 15 | 12D | 56 | 2B |
| Octal | 312 | 17 | 306 | 0 | 135 | 2 | 25 | 455 | 126 | 53 |
| Binary | 11001010 | 1111 | 11000110 | 0 | 1011101 | 10 | 10101 | 100101101 | 1010110 | 101011 |
Color Harmonies of #CA0FC6
Complementary color
Monochromatic Colors of #CA0FC6
Black with #CA0FC6
Text Example
Text Example
White with #CA0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0FC6; }
p { color: rgb(202,15,198); }
H1.HeaderClassName
{
color: #CA0FC6;
}
.AnyTagClassName
{
color: #CA0FC6;
}
</style>
background-color css
<style>
a { background-color: #CA0FC6; }
a { background-color: rgb(202,15,198); }
div.DivClassName
{
background-color: #CA0FC6;
}
.BgClassName
{
background-color: #CA0FC6;
}
</style>
border-color css
<style>
span { border-color: #CA0FC6; }
span { border-color: rgb(202,15,198); }
td.TdClassName
{
border-color: #CA0FC6;
}
.TagClassName
{
border-color: #CA0FC6;
}
</style>