Shades of Deep Magenta #CA1BCC
Tints of Deep Magenta #CA1BCC
RGB
CMYK
RGB Variations
Color information
#CA1BCC (or 0xCA1BCC) is known color: Deep Magenta. HEX triplet: CA, 1B and CC. RGB value is (202,27,204). Sum of RGB (Red+Green+Blue) = 202+27+204=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 27 (10.94% from 255 or 6.24% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA1BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BCC is #35E433. Grayscale: #626262. Windows color (decimal): -3531828 or 13376458. OLE color: 13376458.
HSL color Cylindrical-coordinate representation of color #CA1BCC: hue angle of 299.32º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1BCC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 27 | 204 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.2 |
| HSL | 299.32º | 0.77% | 0.45% | - |
| HSV(B) | 299.32º | 0.87% | 0.8% | - |
| XYZ | 35.65 | 17.7 | 58.66 | - |
| YUV | 99.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 27 | 204 | 0.01 | 0.87 | 0 | 0.2 | 299.32 | 0.77 | 0.45 |
| Hex | CA | 1B | CC | 1 | 57 | 0 | 14 | 12B | 4D | 2D |
| Octal | 312 | 33 | 314 | 1 | 127 | 0 | 24 | 453 | 115 | 55 |
| Binary | 11001010 | 11011 | 11001100 | 1 | 1010111 | 0 | 10100 | 100101011 | 1001101 | 101101 |
Color Harmonies of #CA1BCC
Complementary color
Monochromatic Colors of #CA1BCC
Black with #CA1BCC
Text Example
Text Example
White with #CA1BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1BCC; }
p { color: rgb(202,27,204); }
H1.HeaderClassName
{
color: #CA1BCC;
}
.AnyTagClassName
{
color: #CA1BCC;
}
</style>
background-color css
<style>
a { background-color: #CA1BCC; }
a { background-color: rgb(202,27,204); }
div.DivClassName
{
background-color: #CA1BCC;
}
.BgClassName
{
background-color: #CA1BCC;
}
</style>
border-color css
<style>
span { border-color: #CA1BCC; }
span { border-color: rgb(202,27,204); }
td.TdClassName
{
border-color: #CA1BCC;
}
.TagClassName
{
border-color: #CA1BCC;
}
</style>