Shades of Deep Magenta #CA1ABB
Tints of Deep Magenta #CA1ABB
RGB
CMYK
RGB Variations
Color information
#CA1ABB (or 0xCA1ABB) is known color: Deep Magenta. HEX triplet: CA, 1A and BB. RGB value is (202,26,187). Sum of RGB (Red+Green+Blue) = 202+26+187=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1ABB is #35E544. Grayscale: #606060. Windows color (decimal): -3532101 or 12262090. OLE color: 12262090.
HSL color Cylindrical-coordinate representation of color #CA1ABB: hue angle of 305.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1ABB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.21 |
| HSL | 305.11º | 0.77% | 0.45% | - |
| HSV(B) | 305.11º | 0.87% | 0.79% | - |
| XYZ | 33.7 | 16.88 | 48.5 | - |
| YUV | 96.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 187 | 0 | 0.87 | 0.07 | 0.21 | 305.11 | 0.77 | 0.45 |
| Hex | CA | 1A | BB | 0 | 57 | 7 | 15 | 131 | 4D | 2D |
| Octal | 312 | 32 | 273 | 0 | 127 | 7 | 25 | 461 | 115 | 55 |
| Binary | 11001010 | 11010 | 10111011 | 0 | 1010111 | 111 | 10101 | 100110001 | 1001101 | 101101 |
Color Harmonies of #CA1ABB
Complementary color
Monochromatic Colors of #CA1ABB
Black with #CA1ABB
Text Example
Text Example
White with #CA1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1ABB; }
p { color: rgb(202,26,187); }
H1.HeaderClassName
{
color: #CA1ABB;
}
.AnyTagClassName
{
color: #CA1ABB;
}
</style>
background-color css
<style>
a { background-color: #CA1ABB; }
a { background-color: rgb(202,26,187); }
div.DivClassName
{
background-color: #CA1ABB;
}
.BgClassName
{
background-color: #CA1ABB;
}
</style>
border-color css
<style>
span { border-color: #CA1ABB; }
span { border-color: rgb(202,26,187); }
td.TdClassName
{
border-color: #CA1ABB;
}
.TagClassName
{
border-color: #CA1ABB;
}
</style>