Shades of Deep Magenta #CA1BB2
Tints of Deep Magenta #CA1BB2
RGB
CMYK
RGB Variations
Color information
#CA1BB2 (or 0xCA1BB2) is known color: Deep Magenta. HEX triplet: CA, 1B and B2. RGB value is (202,27,178). Sum of RGB (Red+Green+Blue) = 202+27+178=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1BB2 is #35E44D. Grayscale: #606060. Windows color (decimal): -3531854 or 11672522. OLE color: 11672522.
HSL color Cylindrical-coordinate representation of color #CA1BB2: hue angle of 308.23º degrees, saturation: 0.76, 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 #CA1BB2 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 178 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.21 |
| HSL | 308.23º | 0.76% | 0.45% | - |
| HSV(B) | 308.23º | 0.87% | 0.79% | - |
| XYZ | 32.78 | 16.55 | 43.59 | - |
| YUV | 96.54 | 173.98 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 178 | 0 | 0.87 | 0.12 | 0.21 | 308.23 | 0.76 | 0.45 |
| Hex | CA | 1B | B2 | 0 | 57 | C | 15 | 134 | 4C | 2D |
| Octal | 312 | 33 | 262 | 0 | 127 | 14 | 25 | 464 | 114 | 55 |
| Binary | 11001010 | 11011 | 10110010 | 0 | 1010111 | 1100 | 10101 | 100110100 | 1001100 | 101101 |
Color Harmonies of #CA1BB2
Complementary color
Monochromatic Colors of #CA1BB2
Black with #CA1BB2
Text Example
Text Example
White with #CA1BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BB2; }
p { color: rgb(202,27,178); }
H1.HeaderClassName
{
color: #CA1BB2;
}
.AnyTagClassName
{
color: #CA1BB2;
}
</style>
background-color css
<style>
a { background-color: #CA1BB2; }
a { background-color: rgb(202,27,178); }
div.DivClassName
{
background-color: #CA1BB2;
}
.BgClassName
{
background-color: #CA1BB2;
}
</style>
border-color css
<style>
span { border-color: #CA1BB2; }
span { border-color: rgb(202,27,178); }
td.TdClassName
{
border-color: #CA1BB2;
}
.TagClassName
{
border-color: #CA1BB2;
}
</style>