Shades of Deep Magenta #CA04DA
Tints of Deep Magenta #CA04DA
RGB
CMYK
RGB Variations
Color information
#CA04DA (or 0xCA04DA) is known color: Deep Magenta. HEX triplet: CA, 04 and DA. RGB value is (202,4,218). Sum of RGB (Red+Green+Blue) = 202+4+218=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA04DA is #35FB25. Grayscale: #565656. Windows color (decimal): -3537702 or 14288074. OLE color: 14288074.
HSL color Cylindrical-coordinate representation of color #CA04DA: hue angle of 295.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04DA is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 4 | 218 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.15 |
| HSL | 295.51º | 0.96% | 0.44% | - |
| HSV(B) | 295.51º | 0.98% | 0.85% | - |
| XYZ | 37.06 | 17.71 | 67.79 | - |
| YUV | 87.6 | 201.6 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 218 | 0.07 | 0.98 | 0 | 0.15 | 295.51 | 0.96 | 0.44 |
| Hex | CA | 4 | DA | 7 | 62 | 0 | F | 128 | 60 | 2C |
| Octal | 312 | 4 | 332 | 7 | 142 | 0 | 17 | 450 | 140 | 54 |
| Binary | 11001010 | 100 | 11011010 | 111 | 1100010 | 0 | 1111 | 100101000 | 1100000 | 101100 |
Color Harmonies of #CA04DA
Complementary color
Monochromatic Colors of #CA04DA
Black with #CA04DA
Text Example
Text Example
White with #CA04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04DA; }
p { color: rgb(202,4,218); }
H1.HeaderClassName
{
color: #CA04DA;
}
.AnyTagClassName
{
color: #CA04DA;
}
</style>
background-color css
<style>
a { background-color: #CA04DA; }
a { background-color: rgb(202,4,218); }
div.DivClassName
{
background-color: #CA04DA;
}
.BgClassName
{
background-color: #CA04DA;
}
</style>
border-color css
<style>
span { border-color: #CA04DA; }
span { border-color: rgb(202,4,218); }
td.TdClassName
{
border-color: #CA04DA;
}
.TagClassName
{
border-color: #CA04DA;
}
</style>