Shades of Deep Magenta #CA20C6
Tints of Deep Magenta #CA20C6
RGB
CMYK
RGB Variations
Color information
#CA20C6 (or 0xCA20C6) is known color: Deep Magenta. HEX triplet: CA, 20 and C6. RGB value is (202,32,198). Sum of RGB (Red+Green+Blue) = 202+32+198=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20C6 is #35DF39. Grayscale: #656565. Windows color (decimal): -3530554 or 12984522. OLE color: 12984522.
HSL color Cylindrical-coordinate representation of color #CA20C6: hue angle of 301.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20C6 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 198 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.21 |
| HSL | 301.41º | 0.73% | 0.46% | - |
| HSV(B) | 301.41º | 0.84% | 0.79% | - |
| XYZ | 35.07 | 17.67 | 54.99 | - |
| YUV | 101.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 198 | 0 | 0.84 | 0.02 | 0.21 | 301.41 | 0.73 | 0.46 |
| Hex | CA | 20 | C6 | 0 | 54 | 2 | 15 | 12D | 49 | 2E |
| Octal | 312 | 40 | 306 | 0 | 124 | 2 | 25 | 455 | 111 | 56 |
| Binary | 11001010 | 100000 | 11000110 | 0 | 1010100 | 10 | 10101 | 100101101 | 1001001 | 101110 |
Color Harmonies of #CA20C6
Complementary color
Monochromatic Colors of #CA20C6
Black with #CA20C6
Text Example
Text Example
White with #CA20C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20C6; }
p { color: rgb(202,32,198); }
H1.HeaderClassName
{
color: #CA20C6;
}
.AnyTagClassName
{
color: #CA20C6;
}
</style>
background-color css
<style>
a { background-color: #CA20C6; }
a { background-color: rgb(202,32,198); }
div.DivClassName
{
background-color: #CA20C6;
}
.BgClassName
{
background-color: #CA20C6;
}
</style>
border-color css
<style>
span { border-color: #CA20C6; }
span { border-color: rgb(202,32,198); }
td.TdClassName
{
border-color: #CA20C6;
}
.TagClassName
{
border-color: #CA20C6;
}
</style>