Shades of Deep Magenta #CA19D7
Tints of Deep Magenta #CA19D7
RGB
CMYK
RGB Variations
Color information
#CA19D7 (or 0xCA19D7) is known color: Deep Magenta. HEX triplet: CA, 19 and D7. RGB value is (202,25,215). Sum of RGB (Red+Green+Blue) = 202+25+215=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 215 (84.38% from 255 or 48.64% from 442); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA19D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19D7 is #35E628. Grayscale: #636363. Windows color (decimal): -3532329 or 14096842. OLE color: 14096842.
HSL color Cylindrical-coordinate representation of color #CA19D7: hue angle of 295.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19D7 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 25 | 215 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.16 |
| HSL | 295.89º | 0.79% | 0.47% | - |
| HSV(B) | 295.89º | 0.88% | 0.84% | - |
| XYZ | 36.97 | 18.16 | 65.85 | - |
| YUV | 99.58 | 193.14 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 215 | 0.06 | 0.88 | 0 | 0.16 | 295.89 | 0.79 | 0.47 |
| Hex | CA | 19 | D7 | 6 | 58 | 0 | 10 | 128 | 4F | 2F |
| Octal | 312 | 31 | 327 | 6 | 130 | 0 | 20 | 450 | 117 | 57 |
| Binary | 11001010 | 11001 | 11010111 | 110 | 1011000 | 0 | 10000 | 100101000 | 1001111 | 101111 |
Color Harmonies of #CA19D7
Complementary color
Monochromatic Colors of #CA19D7
Black with #CA19D7
Text Example
Text Example
White with #CA19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19D7; }
p { color: rgb(202,25,215); }
H1.HeaderClassName
{
color: #CA19D7;
}
.AnyTagClassName
{
color: #CA19D7;
}
</style>
background-color css
<style>
a { background-color: #CA19D7; }
a { background-color: rgb(202,25,215); }
div.DivClassName
{
background-color: #CA19D7;
}
.BgClassName
{
background-color: #CA19D7;
}
</style>
border-color css
<style>
span { border-color: #CA19D7; }
span { border-color: rgb(202,25,215); }
td.TdClassName
{
border-color: #CA19D7;
}
.TagClassName
{
border-color: #CA19D7;
}
</style>