Shades of Deep Magenta #CA0BDA
Tints of Deep Magenta #CA0BDA
RGB
CMYK
RGB Variations
Color information
#CA0BDA (or 0xCA0BDA) is known color: Deep Magenta. HEX triplet: CA, 0B and DA. RGB value is (202,11,218). Sum of RGB (Red+Green+Blue) = 202+11+218=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA0BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BDA is #35F425. Grayscale: #5B5B5B. Windows color (decimal): -3535910 or 14289866. OLE color: 14289866.
HSL color Cylindrical-coordinate representation of color #CA0BDA: hue angle of 295.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BDA is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 11 | 218 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.15 |
| HSL | 295.36º | 0.9% | 0.45% | - |
| HSV(B) | 295.36º | 0.95% | 0.85% | - |
| XYZ | 37.13 | 17.86 | 67.82 | - |
| YUV | 91.71 | 199.28 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 218 | 0.07 | 0.95 | 0 | 0.15 | 295.36 | 0.9 | 0.45 |
| Hex | CA | B | DA | 7 | 5F | 0 | F | 127 | 5A | 2D |
| Octal | 312 | 13 | 332 | 7 | 137 | 0 | 17 | 447 | 132 | 55 |
| Binary | 11001010 | 1011 | 11011010 | 111 | 1011111 | 0 | 1111 | 100100111 | 1011010 | 101101 |
Color Harmonies of #CA0BDA
Complementary color
Monochromatic Colors of #CA0BDA
Black with #CA0BDA
Text Example
Text Example
White with #CA0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BDA; }
p { color: rgb(202,11,218); }
H1.HeaderClassName
{
color: #CA0BDA;
}
.AnyTagClassName
{
color: #CA0BDA;
}
</style>
background-color css
<style>
a { background-color: #CA0BDA; }
a { background-color: rgb(202,11,218); }
div.DivClassName
{
background-color: #CA0BDA;
}
.BgClassName
{
background-color: #CA0BDA;
}
</style>
border-color css
<style>
span { border-color: #CA0BDA; }
span { border-color: rgb(202,11,218); }
td.TdClassName
{
border-color: #CA0BDA;
}
.TagClassName
{
border-color: #CA0BDA;
}
</style>