Shades of Deep Magenta #C510CA
Tints of Deep Magenta #C510CA
RGB
CMYK
RGB Variations
Color information
#C510CA (or 0xC510CA) is known color: Deep Magenta. HEX triplet: C5, 10 and CA. RGB value is (197,16,202). Sum of RGB (Red+Green+Blue) = 197+16+202=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #C510CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CA is #3AEF35. Grayscale: #5A5A5A. Windows color (decimal): -3862326 or 13242565. OLE color: 13242565.
HSL color Cylindrical-coordinate representation of color #C510CA: hue angle of 298.39º 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 #C510CA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 16 | 202 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.21 |
| HSL | 298.39º | 0.85% | 0.43% | - |
| HSV(B) | 298.39º | 0.92% | 0.79% | - |
| XYZ | 33.87 | 16.51 | 57.28 | - |
| YUV | 91.32 | 190.47 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 202 | 0.02 | 0.92 | 0 | 0.21 | 298.39 | 0.85 | 0.43 |
| Hex | C5 | 10 | CA | 2 | 5C | 0 | 15 | 12A | 55 | 2B |
| Octal | 305 | 20 | 312 | 2 | 134 | 0 | 25 | 452 | 125 | 53 |
| Binary | 11000101 | 10000 | 11001010 | 10 | 1011100 | 0 | 10101 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C510CA
Complementary color
Monochromatic Colors of #C510CA
Black with #C510CA
Text Example
Text Example
White with #C510CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510CA; }
p { color: rgb(197,16,202); }
H1.HeaderClassName
{
color: #C510CA;
}
.AnyTagClassName
{
color: #C510CA;
}
</style>
background-color css
<style>
a { background-color: #C510CA; }
a { background-color: rgb(197,16,202); }
div.DivClassName
{
background-color: #C510CA;
}
.BgClassName
{
background-color: #C510CA;
}
</style>
border-color css
<style>
span { border-color: #C510CA; }
span { border-color: rgb(197,16,202); }
td.TdClassName
{
border-color: #C510CA;
}
.TagClassName
{
border-color: #C510CA;
}
</style>