Shades of Deep Magenta #CA0BCD
Tints of Deep Magenta #CA0BCD
RGB
CMYK
RGB Variations
Color information
#CA0BCD (or 0xCA0BCD) is known color: Deep Magenta. HEX triplet: CA, 0B and CD. RGB value is (202,11,205). Sum of RGB (Red+Green+Blue) = 202+11+205=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0BCD is #35F432. Grayscale: #595959. Windows color (decimal): -3535923 or 13437898. OLE color: 13437898.
HSL color Cylindrical-coordinate representation of color #CA0BCD: hue angle of 299.07º 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 #CA0BCD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 11 | 205 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.20 |
| HSL | 299.07º | 0.9% | 0.42% | - |
| HSV(B) | 299.07º | 0.95% | 0.8% | - |
| XYZ | 35.5 | 17.2 | 59.21 | - |
| YUV | 90.23 | 192.78 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 11 | 205 | 0.01 | 0.95 | 0 | 0.20 | 299.07 | 0.9 | 0.42 |
| Hex | CA | B | CD | 1 | 5F | 0 | 14 | 12B | 5A | 2A |
| Octal | 312 | 13 | 315 | 1 | 137 | 0 | 24 | 453 | 132 | 52 |
| Binary | 11001010 | 1011 | 11001101 | 1 | 1011111 | 0 | 10100 | 100101011 | 1011010 | 101010 |
Color Harmonies of #CA0BCD
Complementary color
Monochromatic Colors of #CA0BCD
Black with #CA0BCD
Text Example
Text Example
White with #CA0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0BCD; }
p { color: rgb(202,11,205); }
H1.HeaderClassName
{
color: #CA0BCD;
}
.AnyTagClassName
{
color: #CA0BCD;
}
</style>
background-color css
<style>
a { background-color: #CA0BCD; }
a { background-color: rgb(202,11,205); }
div.DivClassName
{
background-color: #CA0BCD;
}
.BgClassName
{
background-color: #CA0BCD;
}
</style>
border-color css
<style>
span { border-color: #CA0BCD; }
span { border-color: rgb(202,11,205); }
td.TdClassName
{
border-color: #CA0BCD;
}
.TagClassName
{
border-color: #CA0BCD;
}
</style>