Shades of Deep Magenta #CA19DF
Tints of Deep Magenta #CA19DF
RGB
CMYK
RGB Variations
Color information
#CA19DF (or 0xCA19DF) is known color: Deep Magenta. HEX triplet: CA, 19 and DF. RGB value is (202,25,223). Sum of RGB (Red+Green+Blue) = 202+25+223=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19DF is #35E620. Grayscale: #636363. Windows color (decimal): -3532321 or 14621130. OLE color: 14621130.
HSL color Cylindrical-coordinate representation of color #CA19DF: hue angle of 293.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19DF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 25 | 223 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.13 |
| HSL | 293.64º | 0.8% | 0.49% | - |
| HSV(B) | 293.64º | 0.89% | 0.87% | - |
| XYZ | 38.02 | 18.58 | 71.39 | - |
| YUV | 100.5 | 197.14 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 223 | 0.09 | 0.89 | 0 | 0.13 | 293.64 | 0.8 | 0.49 |
| Hex | CA | 19 | DF | 9 | 59 | 0 | D | 126 | 50 | 31 |
| Octal | 312 | 31 | 337 | 11 | 131 | 0 | 15 | 446 | 120 | 61 |
| Binary | 11001010 | 11001 | 11011111 | 1001 | 1011001 | 0 | 1101 | 100100110 | 1010000 | 110001 |
Color Harmonies of #CA19DF
Complementary color
Monochromatic Colors of #CA19DF
Black with #CA19DF
Text Example
Text Example
White with #CA19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19DF; }
p { color: rgb(202,25,223); }
H1.HeaderClassName
{
color: #CA19DF;
}
.AnyTagClassName
{
color: #CA19DF;
}
</style>
background-color css
<style>
a { background-color: #CA19DF; }
a { background-color: rgb(202,25,223); }
div.DivClassName
{
background-color: #CA19DF;
}
.BgClassName
{
background-color: #CA19DF;
}
</style>
border-color css
<style>
span { border-color: #CA19DF; }
span { border-color: rgb(202,25,223); }
td.TdClassName
{
border-color: #CA19DF;
}
.TagClassName
{
border-color: #CA19DF;
}
</style>