Shades of Deep Magenta #CA20D8
Tints of Deep Magenta #CA20D8
RGB
CMYK
RGB Variations
Color information
#CA20D8 (or 0xCA20D8) is known color: Deep Magenta. HEX triplet: CA, 20 and D8. RGB value is (202,32,216). Sum of RGB (Red+Green+Blue) = 202+32+216=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA20D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20D8 is #35DF27. Grayscale: #676767. Windows color (decimal): -3530536 or 14164170. OLE color: 14164170.
HSL color Cylindrical-coordinate representation of color #CA20D8: hue angle of 295.43º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA20D8 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 32 | 216 | - |
CMYK | 0.06 | 0.85 | 0 | 0.15 |
HSL | 295.43º | 0.74% | 0.49% | - |
HSV(B) | 295.43º | 0.85% | 0.85% | - |
XYZ | 37.27 | 18.55 | 66.58 | - |
YUV | 103.81 | 191.32 | 198.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 32 | 216 | 0.06 | 0.85 | 0 | 0.15 | 295.43 | 0.74 | 0.49 |
Hex | CA | 20 | D8 | 6 | 55 | 0 | F | 127 | 4A | 31 |
Octal | 312 | 40 | 330 | 6 | 125 | 0 | 17 | 447 | 112 | 61 |
Binary | 11001010 | 100000 | 11011000 | 110 | 1010101 | 0 | 1111 | 100100111 | 1001010 | 110001 |
Color Harmonies of #CA20D8
Complementary color
Monochromatic Colors of #CA20D8
Black with #CA20D8
Text Example
Text Example
White with #CA20D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20D8; }
p { color: rgb(202,32,216); }
H1.HeaderClassName
{
color: #CA20D8;
}
.AnyTagClassName
{
color: #CA20D8;
}
</style>
background-color css
<style>
a { background-color: #CA20D8; }
a { background-color: rgb(202,32,216); }
div.DivClassName
{
background-color: #CA20D8;
}
.BgClassName
{
background-color: #CA20D8;
}
</style>
border-color css
<style>
span { border-color: #CA20D8; }
span { border-color: rgb(202,32,216); }
td.TdClassName
{
border-color: #CA20D8;
}
.TagClassName
{
border-color: #CA20D8;
}
</style>