Shades of Deep Magenta #CA0DC6
Tints of Deep Magenta #CA0DC6
RGB
CMYK
RGB Variations
Color information
#CA0DC6 (or 0xCA0DC6) is known color: Deep Magenta. HEX triplet: CA, 0D and C6. RGB value is (202,13,198). Sum of RGB (Red+Green+Blue) = 202+13+198=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0DC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DC6 is #35F239. Grayscale: #5A5A5A. Windows color (decimal): -3535418 or 12979658. OLE color: 12979658.
HSL color Cylindrical-coordinate representation of color #CA0DC6: hue angle of 301.27º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DC6 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 13 | 198 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.21 |
| HSL | 301.27º | 0.88% | 0.42% | - |
| HSV(B) | 301.27º | 0.94% | 0.79% | - |
| XYZ | 34.69 | 16.92 | 54.86 | - |
| YUV | 90.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 198 | 0 | 0.94 | 0.02 | 0.21 | 301.27 | 0.88 | 0.42 |
| Hex | CA | D | C6 | 0 | 5E | 2 | 15 | 12D | 58 | 2A |
| Octal | 312 | 15 | 306 | 0 | 136 | 2 | 25 | 455 | 130 | 52 |
| Binary | 11001010 | 1101 | 11000110 | 0 | 1011110 | 10 | 10101 | 100101101 | 1011000 | 101010 |
Color Harmonies of #CA0DC6
Complementary color
Monochromatic Colors of #CA0DC6
Black with #CA0DC6
Text Example
Text Example
White with #CA0DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DC6; }
p { color: rgb(202,13,198); }
H1.HeaderClassName
{
color: #CA0DC6;
}
.AnyTagClassName
{
color: #CA0DC6;
}
</style>
background-color css
<style>
a { background-color: #CA0DC6; }
a { background-color: rgb(202,13,198); }
div.DivClassName
{
background-color: #CA0DC6;
}
.BgClassName
{
background-color: #CA0DC6;
}
</style>
border-color css
<style>
span { border-color: #CA0DC6; }
span { border-color: rgb(202,13,198); }
td.TdClassName
{
border-color: #CA0DC6;
}
.TagClassName
{
border-color: #CA0DC6;
}
</style>