Shades of Deep Magenta #CA1BBC
Tints of Deep Magenta #CA1BBC
RGB
CMYK
RGB Variations
Color information
#CA1BBC (or 0xCA1BBC) is known color: Deep Magenta. HEX triplet: CA, 1B and BC. RGB value is (202,27,188). Sum of RGB (Red+Green+Blue) = 202+27+188=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BBC is #35E443. Grayscale: #616161. Windows color (decimal): -3531844 or 12327882. OLE color: 12327882.
HSL color Cylindrical-coordinate representation of color #CA1BBC: hue angle of 304.8º 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 #CA1BBC is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.21 |
| HSL | 304.8º | 0.76% | 0.45% | - |
| HSV(B) | 304.8º | 0.87% | 0.79% | - |
| XYZ | 33.83 | 16.97 | 49.07 | - |
| YUV | 97.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 188 | 0 | 0.87 | 0.07 | 0.21 | 304.8 | 0.76 | 0.45 |
| Hex | CA | 1B | BC | 0 | 57 | 7 | 15 | 131 | 4C | 2D |
| Octal | 312 | 33 | 274 | 0 | 127 | 7 | 25 | 461 | 114 | 55 |
| Binary | 11001010 | 11011 | 10111100 | 0 | 1010111 | 111 | 10101 | 100110001 | 1001100 | 101101 |
Color Harmonies of #CA1BBC
Complementary color
Monochromatic Colors of #CA1BBC
Black with #CA1BBC
Text Example
Text Example
White with #CA1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BBC; }
p { color: rgb(202,27,188); }
H1.HeaderClassName
{
color: #CA1BBC;
}
.AnyTagClassName
{
color: #CA1BBC;
}
</style>
background-color css
<style>
a { background-color: #CA1BBC; }
a { background-color: rgb(202,27,188); }
div.DivClassName
{
background-color: #CA1BBC;
}
.BgClassName
{
background-color: #CA1BBC;
}
</style>
border-color css
<style>
span { border-color: #CA1BBC; }
span { border-color: rgb(202,27,188); }
td.TdClassName
{
border-color: #CA1BBC;
}
.TagClassName
{
border-color: #CA1BBC;
}
</style>