Shades of Deep Magenta #CA19BF
Tints of Deep Magenta #CA19BF
RGB
CMYK
RGB Variations
Color information
#CA19BF (or 0xCA19BF) is known color: Deep Magenta. HEX triplet: CA, 19 and BF. RGB value is (202,25,191). Sum of RGB (Red+Green+Blue) = 202+25+191=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA19BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA19BF is #35E640. Grayscale: #606060. Windows color (decimal): -3532353 or 12523978. OLE color: 12523978.
HSL color Cylindrical-coordinate representation of color #CA19BF: hue angle of 303.73º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA19BF is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 191 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.21 |
| HSL | 303.73º | 0.78% | 0.45% | - |
| HSV(B) | 303.73º | 0.88% | 0.79% | - |
| XYZ | 34.11 | 17.01 | 50.78 | - |
| YUV | 96.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 191 | 0 | 0.88 | 0.05 | 0.21 | 303.73 | 0.78 | 0.45 |
| Hex | CA | 19 | BF | 0 | 58 | 5 | 15 | 130 | 4E | 2D |
| Octal | 312 | 31 | 277 | 0 | 130 | 5 | 25 | 460 | 116 | 55 |
| Binary | 11001010 | 11001 | 10111111 | 0 | 1011000 | 101 | 10101 | 100110000 | 1001110 | 101101 |
Color Harmonies of #CA19BF
Complementary color
Monochromatic Colors of #CA19BF
Black with #CA19BF
Text Example
Text Example
White with #CA19BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19BF; }
p { color: rgb(202,25,191); }
H1.HeaderClassName
{
color: #CA19BF;
}
.AnyTagClassName
{
color: #CA19BF;
}
</style>
background-color css
<style>
a { background-color: #CA19BF; }
a { background-color: rgb(202,25,191); }
div.DivClassName
{
background-color: #CA19BF;
}
.BgClassName
{
background-color: #CA19BF;
}
</style>
border-color css
<style>
span { border-color: #CA19BF; }
span { border-color: rgb(202,25,191); }
td.TdClassName
{
border-color: #CA19BF;
}
.TagClassName
{
border-color: #CA19BF;
}
</style>