Shades of Deep Magenta #CA0CBC
Tints of Deep Magenta #CA0CBC
RGB
CMYK
RGB Variations
Color information
#CA0CBC (or 0xCA0CBC) is known color: Deep Magenta. HEX triplet: CA, 0C and BC. RGB value is (202,12,188). Sum of RGB (Red+Green+Blue) = 202+12+188=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0CBC is #35F343. Grayscale: #585858. Windows color (decimal): -3535684 or 12324042. OLE color: 12324042.
HSL color Cylindrical-coordinate representation of color #CA0CBC: hue angle of 304.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CBC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 188 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.21 |
| HSL | 304.42º | 0.89% | 0.42% | - |
| HSV(B) | 304.42º | 0.94% | 0.79% | - |
| XYZ | 33.57 | 16.45 | 48.98 | - |
| YUV | 88.87 | 183.95 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 188 | 0 | 0.94 | 0.07 | 0.21 | 304.42 | 0.89 | 0.42 |
| Hex | CA | C | BC | 0 | 5E | 7 | 15 | 130 | 59 | 2A |
| Octal | 312 | 14 | 274 | 0 | 136 | 7 | 25 | 460 | 131 | 52 |
| Binary | 11001010 | 1100 | 10111100 | 0 | 1011110 | 111 | 10101 | 100110000 | 1011001 | 101010 |
Color Harmonies of #CA0CBC
Complementary color
Monochromatic Colors of #CA0CBC
Black with #CA0CBC
Text Example
Text Example
White with #CA0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CBC; }
p { color: rgb(202,12,188); }
H1.HeaderClassName
{
color: #CA0CBC;
}
.AnyTagClassName
{
color: #CA0CBC;
}
</style>
background-color css
<style>
a { background-color: #CA0CBC; }
a { background-color: rgb(202,12,188); }
div.DivClassName
{
background-color: #CA0CBC;
}
.BgClassName
{
background-color: #CA0CBC;
}
</style>
border-color css
<style>
span { border-color: #CA0CBC; }
span { border-color: rgb(202,12,188); }
td.TdClassName
{
border-color: #CA0CBC;
}
.TagClassName
{
border-color: #CA0CBC;
}
</style>