Shades of Deep Magenta #CA19CF
Tints of Deep Magenta #CA19CF
RGB
CMYK
RGB Variations
Color information
#CA19CF (or 0xCA19CF) is known color: Deep Magenta. HEX triplet: CA, 19 and CF. RGB value is (202,25,207). Sum of RGB (Red+Green+Blue) = 202+25+207=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19CF is #35E630. Grayscale: #626262. Windows color (decimal): -3532337 or 13572554. OLE color: 13572554.
HSL color Cylindrical-coordinate representation of color #CA19CF: hue angle of 298.35º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19CF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 25 | 207 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.19 |
| HSL | 298.35º | 0.78% | 0.45% | - |
| HSV(B) | 298.35º | 0.88% | 0.81% | - |
| XYZ | 35.97 | 17.76 | 60.56 | - |
| YUV | 98.67 | 189.14 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 207 | 0.02 | 0.88 | 0 | 0.19 | 298.35 | 0.78 | 0.45 |
| Hex | CA | 19 | CF | 2 | 58 | 0 | 13 | 12A | 4E | 2D |
| Octal | 312 | 31 | 317 | 2 | 130 | 0 | 23 | 452 | 116 | 55 |
| Binary | 11001010 | 11001 | 11001111 | 10 | 1011000 | 0 | 10011 | 100101010 | 1001110 | 101101 |
Color Harmonies of #CA19CF
Complementary color
Monochromatic Colors of #CA19CF
Black with #CA19CF
Text Example
Text Example
White with #CA19CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19CF; }
p { color: rgb(202,25,207); }
H1.HeaderClassName
{
color: #CA19CF;
}
.AnyTagClassName
{
color: #CA19CF;
}
</style>
background-color css
<style>
a { background-color: #CA19CF; }
a { background-color: rgb(202,25,207); }
div.DivClassName
{
background-color: #CA19CF;
}
.BgClassName
{
background-color: #CA19CF;
}
</style>
border-color css
<style>
span { border-color: #CA19CF; }
span { border-color: rgb(202,25,207); }
td.TdClassName
{
border-color: #CA19CF;
}
.TagClassName
{
border-color: #CA19CF;
}
</style>