Shades of Deep Magenta #CA1EB9
Tints of Deep Magenta #CA1EB9
RGB
CMYK
RGB Variations
Color information
#CA1EB9 (or 0xCA1EB9) is known color: Deep Magenta. HEX triplet: CA, 1E and B9. RGB value is (202,30,185). Sum of RGB (Red+Green+Blue) = 202+30+185=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 185 (72.66% from 255 or 44.36% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EB9 is #35E146. Grayscale: #626262. Windows color (decimal): -3531079 or 12132042. OLE color: 12132042.
HSL color Cylindrical-coordinate representation of color #CA1EB9: hue angle of 305.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1EB9 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 185 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.21 |
| HSL | 305.93º | 0.74% | 0.45% | - |
| HSV(B) | 305.93º | 0.85% | 0.79% | - |
| XYZ | 33.58 | 16.99 | 47.41 | - |
| YUV | 99.1 | 176.48 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 185 | 0 | 0.85 | 0.08 | 0.21 | 305.93 | 0.74 | 0.45 |
| Hex | CA | 1E | B9 | 0 | 55 | 8 | 15 | 132 | 4A | 2D |
| Octal | 312 | 36 | 271 | 0 | 125 | 10 | 25 | 462 | 112 | 55 |
| Binary | 11001010 | 11110 | 10111001 | 0 | 1010101 | 1000 | 10101 | 100110010 | 1001010 | 101101 |
Color Harmonies of #CA1EB9
Complementary color
Monochromatic Colors of #CA1EB9
Black with #CA1EB9
Text Example
Text Example
White with #CA1EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EB9; }
p { color: rgb(202,30,185); }
H1.HeaderClassName
{
color: #CA1EB9;
}
.AnyTagClassName
{
color: #CA1EB9;
}
</style>
background-color css
<style>
a { background-color: #CA1EB9; }
a { background-color: rgb(202,30,185); }
div.DivClassName
{
background-color: #CA1EB9;
}
.BgClassName
{
background-color: #CA1EB9;
}
</style>
border-color css
<style>
span { border-color: #CA1EB9; }
span { border-color: rgb(202,30,185); }
td.TdClassName
{
border-color: #CA1EB9;
}
.TagClassName
{
border-color: #CA1EB9;
}
</style>