Shades of Deep Magenta #CA0BCC
Tints of Deep Magenta #CA0BCC
RGB
CMYK
RGB Variations
Color information
#CA0BCC (or 0xCA0BCC) is known color: Deep Magenta. HEX triplet: CA, 0B and CC. RGB value is (202,11,204). Sum of RGB (Red+Green+Blue) = 202+11+204=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BCC is #35F433. Grayscale: #595959. Windows color (decimal): -3535924 or 13372362. OLE color: 13372362.
HSL color Cylindrical-coordinate representation of color #CA0BCC: hue angle of 299.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA0BCC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 11 | 204 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.2 |
| HSL | 299.38º | 0.9% | 0.42% | - |
| HSV(B) | 299.38º | 0.95% | 0.8% | - |
| XYZ | 35.38 | 17.16 | 58.57 | - |
| YUV | 90.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 204 | 0.01 | 0.95 | 0 | 0.2 | 299.38 | 0.9 | 0.42 |
| Hex | CA | B | CC | 1 | 5F | 0 | 14 | 12B | 5A | 2A |
| Octal | 312 | 13 | 314 | 1 | 137 | 0 | 24 | 453 | 132 | 52 |
| Binary | 11001010 | 1011 | 11001100 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011010 | 101010 |
Color Harmonies of #CA0BCC
Complementary color
Monochromatic Colors of #CA0BCC
Black with #CA0BCC
Text Example
Text Example
White with #CA0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BCC; }
p { color: rgb(202,11,204); }
H1.HeaderClassName
{
color: #CA0BCC;
}
.AnyTagClassName
{
color: #CA0BCC;
}
</style>
background-color css
<style>
a { background-color: #CA0BCC; }
a { background-color: rgb(202,11,204); }
div.DivClassName
{
background-color: #CA0BCC;
}
.BgClassName
{
background-color: #CA0BCC;
}
</style>
border-color css
<style>
span { border-color: #CA0BCC; }
span { border-color: rgb(202,11,204); }
td.TdClassName
{
border-color: #CA0BCC;
}
.TagClassName
{
border-color: #CA0BCC;
}
</style>