Shades of Deep Magenta #CA10BC
Tints of Deep Magenta #CA10BC
RGB
CMYK
RGB Variations
Color information
#CA10BC (or 0xCA10BC) is known color: Deep Magenta. HEX triplet: CA, 10 and BC. RGB value is (202,16,188). Sum of RGB (Red+Green+Blue) = 202+16+188=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 16 (6.64% from 255 or 3.94% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10BC is #35EF43. Grayscale: #5A5A5A. Windows color (decimal): -3534660 or 12325066. OLE color: 12325066.
HSL color Cylindrical-coordinate representation of color #CA10BC: hue angle of 304.52º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10BC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 188 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.21 |
| HSL | 304.52º | 0.85% | 0.43% | - |
| HSV(B) | 304.52º | 0.92% | 0.79% | - |
| XYZ | 33.62 | 16.56 | 49 | - |
| YUV | 91.22 | 182.62 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 188 | 0 | 0.92 | 0.07 | 0.21 | 304.52 | 0.85 | 0.43 |
| Hex | CA | 10 | BC | 0 | 5C | 7 | 15 | 131 | 55 | 2B |
| Octal | 312 | 20 | 274 | 0 | 134 | 7 | 25 | 461 | 125 | 53 |
| Binary | 11001010 | 10000 | 10111100 | 0 | 1011100 | 111 | 10101 | 100110001 | 1010101 | 101011 |
Color Harmonies of #CA10BC
Complementary color
Monochromatic Colors of #CA10BC
Black with #CA10BC
Text Example
Text Example
White with #CA10BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10BC; }
p { color: rgb(202,16,188); }
H1.HeaderClassName
{
color: #CA10BC;
}
.AnyTagClassName
{
color: #CA10BC;
}
</style>
background-color css
<style>
a { background-color: #CA10BC; }
a { background-color: rgb(202,16,188); }
div.DivClassName
{
background-color: #CA10BC;
}
.BgClassName
{
background-color: #CA10BC;
}
</style>
border-color css
<style>
span { border-color: #CA10BC; }
span { border-color: rgb(202,16,188); }
td.TdClassName
{
border-color: #CA10BC;
}
.TagClassName
{
border-color: #CA10BC;
}
</style>