Shades of Deep Magenta #CA0CDE
Tints of Deep Magenta #CA0CDE
RGB
CMYK
RGB Variations
Color information
#CA0CDE (or 0xCA0CDE) is known color: Deep Magenta. HEX triplet: CA, 0C and DE. RGB value is (202,12,222). Sum of RGB (Red+Green+Blue) = 202+12+222=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 12 (5.08% from 255 or 2.75% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA0CDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CDE is #35F321. Grayscale: #5C5C5C. Windows color (decimal): -3535650 or 14552266. OLE color: 14552266.
HSL color Cylindrical-coordinate representation of color #CA0CDE: hue angle of 294.29º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0CDE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 12 | 222 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.29º | 0.9% | 0.46% | - |
| HSV(B) | 294.29º | 0.95% | 0.87% | - |
| XYZ | 37.67 | 18.09 | 70.61 | - |
| YUV | 92.75 | 200.95 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 222 | 0.09 | 0.95 | 0 | 0.13 | 294.29 | 0.9 | 0.46 |
| Hex | CA | C | DE | 9 | 5F | 0 | D | 126 | 5A | 2E |
| Octal | 312 | 14 | 336 | 11 | 137 | 0 | 15 | 446 | 132 | 56 |
| Binary | 11001010 | 1100 | 11011110 | 1001 | 1011111 | 0 | 1101 | 100100110 | 1011010 | 101110 |
Color Harmonies of #CA0CDE
Complementary color
Monochromatic Colors of #CA0CDE
Black with #CA0CDE
Text Example
Text Example
White with #CA0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CDE; }
p { color: rgb(202,12,222); }
H1.HeaderClassName
{
color: #CA0CDE;
}
.AnyTagClassName
{
color: #CA0CDE;
}
</style>
background-color css
<style>
a { background-color: #CA0CDE; }
a { background-color: rgb(202,12,222); }
div.DivClassName
{
background-color: #CA0CDE;
}
.BgClassName
{
background-color: #CA0CDE;
}
</style>
border-color css
<style>
span { border-color: #CA0CDE; }
span { border-color: rgb(202,12,222); }
td.TdClassName
{
border-color: #CA0CDE;
}
.TagClassName
{
border-color: #CA0CDE;
}
</style>