Shades of Deep Magenta #CA0BDE
Tints of Deep Magenta #CA0BDE
RGB
CMYK
RGB Variations
Color information
#CA0BDE (or 0xCA0BDE) is known color: Deep Magenta. HEX triplet: CA, 0B and DE. RGB value is (202,11,222). Sum of RGB (Red+Green+Blue) = 202+11+222=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA0BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BDE is #35F421. Grayscale: #5B5B5B. Windows color (decimal): -3535906 or 14552010. OLE color: 14552010.
HSL color Cylindrical-coordinate representation of color #CA0BDE: hue angle of 294.31º degrees, saturation: 0.91, 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 #CA0BDE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 11 | 222 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.31º | 0.91% | 0.46% | - |
| HSV(B) | 294.31º | 0.95% | 0.87% | - |
| XYZ | 37.66 | 18.07 | 70.61 | - |
| YUV | 92.16 | 201.28 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 222 | 0.09 | 0.95 | 0 | 0.13 | 294.31 | 0.91 | 0.46 |
| Hex | CA | B | DE | 9 | 5F | 0 | D | 126 | 5B | 2E |
| Octal | 312 | 13 | 336 | 11 | 137 | 0 | 15 | 446 | 133 | 56 |
| Binary | 11001010 | 1011 | 11011110 | 1001 | 1011111 | 0 | 1101 | 100100110 | 1011011 | 101110 |
Color Harmonies of #CA0BDE
Complementary color
Monochromatic Colors of #CA0BDE
Black with #CA0BDE
Text Example
Text Example
White with #CA0BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BDE; }
p { color: rgb(202,11,222); }
H1.HeaderClassName
{
color: #CA0BDE;
}
.AnyTagClassName
{
color: #CA0BDE;
}
</style>
background-color css
<style>
a { background-color: #CA0BDE; }
a { background-color: rgb(202,11,222); }
div.DivClassName
{
background-color: #CA0BDE;
}
.BgClassName
{
background-color: #CA0BDE;
}
</style>
border-color css
<style>
span { border-color: #CA0BDE; }
span { border-color: rgb(202,11,222); }
td.TdClassName
{
border-color: #CA0BDE;
}
.TagClassName
{
border-color: #CA0BDE;
}
</style>