Shades of Deep Magenta #C512CB
Tints of Deep Magenta #C512CB
RGB
CMYK
RGB Variations
Color information
#C512CB (or 0xC512CB) is known color: Deep Magenta. HEX triplet: C5, 12 and CB. RGB value is (197,18,203). Sum of RGB (Red+Green+Blue) = 197+18+203=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C512CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512CB is #3AED34. Grayscale: #5C5C5C. Windows color (decimal): -3861813 or 13308613. OLE color: 13308613.
HSL color Cylindrical-coordinate representation of color #C512CB: hue angle of 298.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512CB is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 18 | 203 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.20 |
| HSL | 298.05º | 0.84% | 0.43% | - |
| HSV(B) | 298.05º | 0.91% | 0.8% | - |
| XYZ | 34.02 | 16.61 | 57.91 | - |
| YUV | 92.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 203 | 0.03 | 0.91 | 0 | 0.20 | 298.05 | 0.84 | 0.43 |
| Hex | C5 | 12 | CB | 3 | 5B | 0 | 14 | 12A | 54 | 2B |
| Octal | 305 | 22 | 313 | 3 | 133 | 0 | 24 | 452 | 124 | 53 |
| Binary | 11000101 | 10010 | 11001011 | 11 | 1011011 | 0 | 10100 | 100101010 | 1010100 | 101011 |
Color Harmonies of #C512CB
Complementary color
Monochromatic Colors of #C512CB
Black with #C512CB
Text Example
Text Example
White with #C512CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512CB; }
p { color: rgb(197,18,203); }
H1.HeaderClassName
{
color: #C512CB;
}
.AnyTagClassName
{
color: #C512CB;
}
</style>
background-color css
<style>
a { background-color: #C512CB; }
a { background-color: rgb(197,18,203); }
div.DivClassName
{
background-color: #C512CB;
}
.BgClassName
{
background-color: #C512CB;
}
</style>
border-color css
<style>
span { border-color: #C512CB; }
span { border-color: rgb(197,18,203); }
td.TdClassName
{
border-color: #C512CB;
}
.TagClassName
{
border-color: #C512CB;
}
</style>