Shades of Deep Magenta #CA10C7
Tints of Deep Magenta #CA10C7
RGB
CMYK
RGB Variations
Color information
#CA10C7 (or 0xCA10C7) is known color: Deep Magenta. HEX triplet: CA, 10 and C7. RGB value is (202,16,199). Sum of RGB (Red+Green+Blue) = 202+16+199=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 199 (78.12% from 255 or 47.72% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA10C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA10C7 is #35EF38. Grayscale: #5B5B5B. Windows color (decimal): -3534649 or 13045962. OLE color: 13045962.
HSL color Cylindrical-coordinate representation of color #CA10C7: hue angle of 300.97º 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 #CA10C7 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 199 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.21 |
| HSL | 300.97º | 0.85% | 0.43% | - |
| HSV(B) | 300.97º | 0.92% | 0.79% | - |
| XYZ | 34.85 | 17.05 | 55.49 | - |
| YUV | 92.48 | 188.12 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 199 | 0 | 0.92 | 0.01 | 0.21 | 300.97 | 0.85 | 0.43 |
| Hex | CA | 10 | C7 | 0 | 5C | 1 | 15 | 12D | 55 | 2B |
| Octal | 312 | 20 | 307 | 0 | 134 | 1 | 25 | 455 | 125 | 53 |
| Binary | 11001010 | 10000 | 11000111 | 0 | 1011100 | 1 | 10101 | 100101101 | 1010101 | 101011 |
Color Harmonies of #CA10C7
Complementary color
Monochromatic Colors of #CA10C7
Black with #CA10C7
Text Example
Text Example
White with #CA10C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10C7; }
p { color: rgb(202,16,199); }
H1.HeaderClassName
{
color: #CA10C7;
}
.AnyTagClassName
{
color: #CA10C7;
}
</style>
background-color css
<style>
a { background-color: #CA10C7; }
a { background-color: rgb(202,16,199); }
div.DivClassName
{
background-color: #CA10C7;
}
.BgClassName
{
background-color: #CA10C7;
}
</style>
border-color css
<style>
span { border-color: #CA10C7; }
span { border-color: rgb(202,16,199); }
td.TdClassName
{
border-color: #CA10C7;
}
.TagClassName
{
border-color: #CA10C7;
}
</style>