Shades of Deep Magenta #C511CB
Tints of Deep Magenta #C511CB
RGB
CMYK
RGB Variations
Color information
#C511CB (or 0xC511CB) is known color: Deep Magenta. HEX triplet: C5, 11 and CB. RGB value is (197,17,203). Sum of RGB (Red+Green+Blue) = 197+17+203=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #C511CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511CB is #3AEE34. Grayscale: #5B5B5B. Windows color (decimal): -3862069 or 13308357. OLE color: 13308357.
HSL color Cylindrical-coordinate representation of color #C511CB: hue angle of 298.06º 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 #C511CB is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 17 | 203 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.20 |
| HSL | 298.06º | 0.85% | 0.43% | - |
| HSV(B) | 298.06º | 0.92% | 0.8% | - |
| XYZ | 34.01 | 16.58 | 57.91 | - |
| YUV | 92.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 17 | 203 | 0.03 | 0.92 | 0 | 0.20 | 298.06 | 0.85 | 0.43 |
| Hex | C5 | 11 | CB | 3 | 5C | 0 | 14 | 12A | 55 | 2B |
| Octal | 305 | 21 | 313 | 3 | 134 | 0 | 24 | 452 | 125 | 53 |
| Binary | 11000101 | 10001 | 11001011 | 11 | 1011100 | 0 | 10100 | 100101010 | 1010101 | 101011 |
Color Harmonies of #C511CB
Complementary color
Monochromatic Colors of #C511CB
Black with #C511CB
Text Example
Text Example
White with #C511CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C511CB; }
p { color: rgb(197,17,203); }
H1.HeaderClassName
{
color: #C511CB;
}
.AnyTagClassName
{
color: #C511CB;
}
</style>
background-color css
<style>
a { background-color: #C511CB; }
a { background-color: rgb(197,17,203); }
div.DivClassName
{
background-color: #C511CB;
}
.BgClassName
{
background-color: #C511CB;
}
</style>
border-color css
<style>
span { border-color: #C511CB; }
span { border-color: rgb(197,17,203); }
td.TdClassName
{
border-color: #C511CB;
}
.TagClassName
{
border-color: #C511CB;
}
</style>