Shades of Deep Magenta #CA0DCE
Tints of Deep Magenta #CA0DCE
RGB
CMYK
RGB Variations
Color information
#CA0DCE (or 0xCA0DCE) is known color: Deep Magenta. HEX triplet: CA, 0D and CE. RGB value is (202,13,206). Sum of RGB (Red+Green+Blue) = 202+13+206=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 13 (5.47% from 255 or 3.09% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DCE is #35F231. Grayscale: #5A5A5A. Windows color (decimal): -3535410 or 13503946. OLE color: 13503946.
HSL color Cylindrical-coordinate representation of color #CA0DCE: hue angle of 298.76º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0DCE is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 13 | 206 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.19 |
| HSL | 298.76º | 0.88% | 0.43% | - |
| HSV(B) | 298.76º | 0.94% | 0.81% | - |
| XYZ | 35.64 | 17.3 | 59.85 | - |
| YUV | 91.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 206 | 0.02 | 0.94 | 0 | 0.19 | 298.76 | 0.88 | 0.43 |
| Hex | CA | D | CE | 2 | 5E | 0 | 13 | 12B | 58 | 2B |
| Octal | 312 | 15 | 316 | 2 | 136 | 0 | 23 | 453 | 130 | 53 |
| Binary | 11001010 | 1101 | 11001110 | 10 | 1011110 | 0 | 10011 | 100101011 | 1011000 | 101011 |
Color Harmonies of #CA0DCE
Complementary color
Monochromatic Colors of #CA0DCE
Black with #CA0DCE
Text Example
Text Example
White with #CA0DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DCE; }
p { color: rgb(202,13,206); }
H1.HeaderClassName
{
color: #CA0DCE;
}
.AnyTagClassName
{
color: #CA0DCE;
}
</style>
background-color css
<style>
a { background-color: #CA0DCE; }
a { background-color: rgb(202,13,206); }
div.DivClassName
{
background-color: #CA0DCE;
}
.BgClassName
{
background-color: #CA0DCE;
}
</style>
border-color css
<style>
span { border-color: #CA0DCE; }
span { border-color: rgb(202,13,206); }
td.TdClassName
{
border-color: #CA0DCE;
}
.TagClassName
{
border-color: #CA0DCE;
}
</style>