Shades of Deep Magenta #CA22DF
Tints of Deep Magenta #CA22DF
RGB
CMYK
RGB Variations
Color information
#CA22DF (or 0xCA22DF) is known color: Deep Magenta. HEX triplet: CA, 22 and DF. RGB value is (202,34,223). Sum of RGB (Red+Green+Blue) = 202+34+223=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22DF is #35DD20. Grayscale: #696969. Windows color (decimal): -3530017 or 14623434. OLE color: 14623434.
HSL color Cylindrical-coordinate representation of color #CA22DF: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA22DF is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 34 | 223 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.13 |
| HSL | 293.33º | 0.75% | 0.5% | - |
| HSV(B) | 293.33º | 0.85% | 0.87% | - |
| XYZ | 38.25 | 19.03 | 71.47 | - |
| YUV | 105.78 | 194.16 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 223 | 0.09 | 0.85 | 0 | 0.13 | 293.33 | 0.75 | 0.5 |
| Hex | CA | 22 | DF | 9 | 55 | 0 | D | 125 | 4B | 32 |
| Octal | 312 | 42 | 337 | 11 | 125 | 0 | 15 | 445 | 113 | 62 |
| Binary | 11001010 | 100010 | 11011111 | 1001 | 1010101 | 0 | 1101 | 100100101 | 1001011 | 110010 |
Color Harmonies of #CA22DF
Complementary color
Monochromatic Colors of #CA22DF
Black with #CA22DF
Text Example
Text Example
White with #CA22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22DF; }
p { color: rgb(202,34,223); }
H1.HeaderClassName
{
color: #CA22DF;
}
.AnyTagClassName
{
color: #CA22DF;
}
</style>
background-color css
<style>
a { background-color: #CA22DF; }
a { background-color: rgb(202,34,223); }
div.DivClassName
{
background-color: #CA22DF;
}
.BgClassName
{
background-color: #CA22DF;
}
</style>
border-color css
<style>
span { border-color: #CA22DF; }
span { border-color: rgb(202,34,223); }
td.TdClassName
{
border-color: #CA22DF;
}
.TagClassName
{
border-color: #CA22DF;
}
</style>