Shades of Deep Magenta #CA0ACB
Tints of Deep Magenta #CA0ACB
RGB
CMYK
RGB Variations
Color information
#CA0ACB (or 0xCA0ACB) is known color: Deep Magenta. HEX triplet: CA, 0A and CB. RGB value is (202,10,203). Sum of RGB (Red+Green+Blue) = 202+10+203=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 10 (4.30% from 255 or 2.41% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA0ACB is #35F534. Grayscale: #585858. Windows color (decimal): -3536181 or 13306570. OLE color: 13306570.
HSL color Cylindrical-coordinate representation of color #CA0ACB: hue angle of 299.69º degrees, saturation: 0.91, 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 #CA0ACB is Cyan = 0.00, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 10 | 203 | - |
| CMYK | 0.00 | 0.95 | 0 | 0.20 |
| HSL | 299.69º | 0.91% | 0.42% | - |
| HSV(B) | 299.69º | 0.95% | 0.8% | - |
| XYZ | 35.25 | 17.09 | 57.94 | - |
| YUV | 89.41 | 192.11 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 203 | 0.00 | 0.95 | 0 | 0.20 | 299.69 | 0.91 | 0.42 |
| Hex | CA | A | CB | 0 | 5F | 0 | 14 | 12C | 5B | 2A |
| Octal | 312 | 12 | 313 | 0 | 137 | 0 | 24 | 454 | 133 | 52 |
| Binary | 11001010 | 1010 | 11001011 | 0 | 1011111 | 0 | 10100 | 100101100 | 1011011 | 101010 |
Color Harmonies of #CA0ACB
Complementary color
Monochromatic Colors of #CA0ACB
Black with #CA0ACB
Text Example
Text Example
White with #CA0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0ACB; }
p { color: rgb(202,10,203); }
H1.HeaderClassName
{
color: #CA0ACB;
}
.AnyTagClassName
{
color: #CA0ACB;
}
</style>
background-color css
<style>
a { background-color: #CA0ACB; }
a { background-color: rgb(202,10,203); }
div.DivClassName
{
background-color: #CA0ACB;
}
.BgClassName
{
background-color: #CA0ACB;
}
</style>
border-color css
<style>
span { border-color: #CA0ACB; }
span { border-color: rgb(202,10,203); }
td.TdClassName
{
border-color: #CA0ACB;
}
.TagClassName
{
border-color: #CA0ACB;
}
</style>