Shades of Deep Magenta #CA00DA
Tints of Deep Magenta #CA00DA
RGB
CMYK
RGB Variations
Color information
#CA00DA (or 0xCA00DA) is known color: Deep Magenta. HEX triplet: CA, 00 and DA. RGB value is (202,0,218). Sum of RGB (Red+Green+Blue) = 202+0+218=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA00DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA00DA is #35FF25. Grayscale: #545454. Windows color (decimal): -3538726 or 14287050. OLE color: 14287050.
HSL color Cylindrical-coordinate representation of color #CA00DA: hue angle of 295.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA00DA is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 0 | 218 | - |
| CMYK | 0.07 | 1 | 0 | 0.15 |
| HSL | 295.6º | 1% | 0.43% | - |
| HSV(B) | 295.6º | 1% | 0.85% | - |
| XYZ | 37.01 | 17.62 | 67.78 | - |
| YUV | 85.25 | 202.92 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 218 | 0.07 | 1 | 0 | 0.15 | 295.6 | 1 | 0.43 |
| Hex | CA | 0 | DA | 7 | 64 | 0 | F | 128 | 64 | 2B |
| Octal | 312 | 0 | 332 | 7 | 144 | 0 | 17 | 450 | 144 | 53 |
| Binary | 11001010 | 0 | 11011010 | 111 | 1100100 | 0 | 1111 | 100101000 | 1100100 | 101011 |
Color Harmonies of #CA00DA
Complementary color
Monochromatic Colors of #CA00DA
Black with #CA00DA
Text Example
Text Example
White with #CA00DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA00DA; }
p { color: rgb(202,0,218); }
H1.HeaderClassName
{
color: #CA00DA;
}
.AnyTagClassName
{
color: #CA00DA;
}
</style>
background-color css
<style>
a { background-color: #CA00DA; }
a { background-color: rgb(202,0,218); }
div.DivClassName
{
background-color: #CA00DA;
}
.BgClassName
{
background-color: #CA00DA;
}
</style>
border-color css
<style>
span { border-color: #CA00DA; }
span { border-color: rgb(202,0,218); }
td.TdClassName
{
border-color: #CA00DA;
}
.TagClassName
{
border-color: #CA00DA;
}
</style>