Shades of Deep Magenta #CA10B6
Tints of Deep Magenta #CA10B6
RGB
CMYK
RGB Variations
Color information
#CA10B6 (or 0xCA10B6) is known color: Deep Magenta. HEX triplet: CA, 10 and B6. RGB value is (202,16,182). Sum of RGB (Red+Green+Blue) = 202+16+182=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10B6 is #35EF49. Grayscale: #5A5A5A. Windows color (decimal): -3534666 or 11931850. OLE color: 11931850.
HSL color Cylindrical-coordinate representation of color #CA10B6: hue angle of 306.45º 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 #CA10B6 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 182 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.21 |
| HSL | 306.45º | 0.85% | 0.43% | - |
| HSV(B) | 306.45º | 0.92% | 0.79% | - |
| XYZ | 32.99 | 16.3 | 45.66 | - |
| YUV | 90.54 | 179.62 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 182 | 0 | 0.92 | 0.10 | 0.21 | 306.45 | 0.85 | 0.43 |
| Hex | CA | 10 | B6 | 0 | 5C | A | 15 | 132 | 55 | 2B |
| Octal | 312 | 20 | 266 | 0 | 134 | 12 | 25 | 462 | 125 | 53 |
| Binary | 11001010 | 10000 | 10110110 | 0 | 1011100 | 1010 | 10101 | 100110010 | 1010101 | 101011 |
Color Harmonies of #CA10B6
Complementary color
Monochromatic Colors of #CA10B6
Black with #CA10B6
Text Example
Text Example
White with #CA10B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10B6; }
p { color: rgb(202,16,182); }
H1.HeaderClassName
{
color: #CA10B6;
}
.AnyTagClassName
{
color: #CA10B6;
}
</style>
background-color css
<style>
a { background-color: #CA10B6; }
a { background-color: rgb(202,16,182); }
div.DivClassName
{
background-color: #CA10B6;
}
.BgClassName
{
background-color: #CA10B6;
}
</style>
border-color css
<style>
span { border-color: #CA10B6; }
span { border-color: rgb(202,16,182); }
td.TdClassName
{
border-color: #CA10B6;
}
.TagClassName
{
border-color: #CA10B6;
}
</style>