Shades of Deep Magenta #CA10CC
Tints of Deep Magenta #CA10CC
RGB
CMYK
RGB Variations
Color information
#CA10CC (or 0xCA10CC) is known color: Deep Magenta. HEX triplet: CA, 10 and CC. RGB value is (202,16,204). Sum of RGB (Red+Green+Blue) = 202+16+204=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10CC is #35EF33. Grayscale: #5C5C5C. Windows color (decimal): -3534644 or 13373642. OLE color: 13373642.
HSL color Cylindrical-coordinate representation of color #CA10CC: hue angle of 299.36º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA10CC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 16 | 204 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.2 |
| HSL | 299.36º | 0.85% | 0.43% | - |
| HSV(B) | 299.36º | 0.92% | 0.8% | - |
| XYZ | 35.44 | 17.29 | 58.6 | - |
| YUV | 93.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 204 | 0.01 | 0.92 | 0 | 0.2 | 299.36 | 0.85 | 0.43 |
| Hex | CA | 10 | CC | 1 | 5C | 0 | 14 | 12B | 55 | 2B |
| Octal | 312 | 20 | 314 | 1 | 134 | 0 | 24 | 453 | 125 | 53 |
| Binary | 11001010 | 10000 | 11001100 | 1 | 1011100 | 0 | 10100 | 100101011 | 1010101 | 101011 |
Color Harmonies of #CA10CC
Complementary color
Monochromatic Colors of #CA10CC
Black with #CA10CC
Text Example
Text Example
White with #CA10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10CC; }
p { color: rgb(202,16,204); }
H1.HeaderClassName
{
color: #CA10CC;
}
.AnyTagClassName
{
color: #CA10CC;
}
</style>
background-color css
<style>
a { background-color: #CA10CC; }
a { background-color: rgb(202,16,204); }
div.DivClassName
{
background-color: #CA10CC;
}
.BgClassName
{
background-color: #CA10CC;
}
</style>
border-color css
<style>
span { border-color: #CA10CC; }
span { border-color: rgb(202,16,204); }
td.TdClassName
{
border-color: #CA10CC;
}
.TagClassName
{
border-color: #CA10CC;
}
</style>