Shades of Deep Magenta #CA0DCF
Tints of Deep Magenta #CA0DCF
RGB
CMYK
RGB Variations
Color information
#CA0DCF (or 0xCA0DCF) is known color: Deep Magenta. HEX triplet: CA, 0D and CF. RGB value is (202,13,207). Sum of RGB (Red+Green+Blue) = 202+13+207=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0DCF is #35F230. Grayscale: #5B5B5B. Windows color (decimal): -3535409 or 13569482. OLE color: 13569482.
HSL color Cylindrical-coordinate representation of color #CA0DCF: hue angle of 298.45º 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 #CA0DCF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 13 | 207 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.19 |
| HSL | 298.45º | 0.88% | 0.43% | - |
| HSV(B) | 298.45º | 0.94% | 0.81% | - |
| XYZ | 35.76 | 17.35 | 60.5 | - |
| YUV | 91.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 13 | 207 | 0.02 | 0.94 | 0 | 0.19 | 298.45 | 0.88 | 0.43 |
| Hex | CA | D | CF | 2 | 5E | 0 | 13 | 12A | 58 | 2B |
| Octal | 312 | 15 | 317 | 2 | 136 | 0 | 23 | 452 | 130 | 53 |
| Binary | 11001010 | 1101 | 11001111 | 10 | 1011110 | 0 | 10011 | 100101010 | 1011000 | 101011 |
Color Harmonies of #CA0DCF
Complementary color
Monochromatic Colors of #CA0DCF
Black with #CA0DCF
Text Example
Text Example
White with #CA0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0DCF; }
p { color: rgb(202,13,207); }
H1.HeaderClassName
{
color: #CA0DCF;
}
.AnyTagClassName
{
color: #CA0DCF;
}
</style>
background-color css
<style>
a { background-color: #CA0DCF; }
a { background-color: rgb(202,13,207); }
div.DivClassName
{
background-color: #CA0DCF;
}
.BgClassName
{
background-color: #CA0DCF;
}
</style>
border-color css
<style>
span { border-color: #CA0DCF; }
span { border-color: rgb(202,13,207); }
td.TdClassName
{
border-color: #CA0DCF;
}
.TagClassName
{
border-color: #CA0DCF;
}
</style>