Shades of Deep Magenta #C510CB
Tints of Deep Magenta #C510CB
RGB
CMYK
RGB Variations
Color information
#C510CB (or 0xC510CB) is known color: Deep Magenta. HEX triplet: C5, 10 and CB. RGB value is (197,16,203). Sum of RGB (Red+Green+Blue) = 197+16+203=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #C510CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C510CB is #3AEF34. Grayscale: #5A5A5A. Windows color (decimal): -3862325 or 13308101. OLE color: 13308101.
HSL color Cylindrical-coordinate representation of color #C510CB: hue angle of 298.07º 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 #C510CB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 16 | 203 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.20 |
| HSL | 298.07º | 0.85% | 0.43% | - |
| HSV(B) | 298.07º | 0.92% | 0.8% | - |
| XYZ | 33.99 | 16.55 | 57.9 | - |
| YUV | 91.44 | 190.97 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 16 | 203 | 0.03 | 0.92 | 0 | 0.20 | 298.07 | 0.85 | 0.43 |
| Hex | C5 | 10 | CB | 3 | 5C | 0 | 14 | 12A | 55 | 2B |
| Octal | 305 | 20 | 313 | 3 | 134 | 0 | 24 | 452 | 125 | 53 |
| Binary | 11000101 | 10000 | 11001011 | 11 | 1011100 | 0 | 10100 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C510CB
Complementary color
Monochromatic Colors of #C510CB
Black with #C510CB
Text Example
Text Example
White with #C510CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C510CB; }
p { color: rgb(197,16,203); }
H1.HeaderClassName
{
color: #C510CB;
}
.AnyTagClassName
{
color: #C510CB;
}
</style>
background-color css
<style>
a { background-color: #C510CB; }
a { background-color: rgb(197,16,203); }
div.DivClassName
{
background-color: #C510CB;
}
.BgClassName
{
background-color: #C510CB;
}
</style>
border-color css
<style>
span { border-color: #C510CB; }
span { border-color: rgb(197,16,203); }
td.TdClassName
{
border-color: #C510CB;
}
.TagClassName
{
border-color: #C510CB;
}
</style>