Shades of Deep Magenta #C512C2
Tints of Deep Magenta #C512C2
RGB
CMYK
RGB Variations
Color information
#C512C2 (or 0xC512C2) is known color: Deep Magenta. HEX triplet: C5, 12 and C2. RGB value is (197,18,194). Sum of RGB (Red+Green+Blue) = 197+18+194=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 18 (7.42% from 255 or 4.40% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C512C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512C2 is #3AED3D. Grayscale: #5B5B5B. Windows color (decimal): -3861822 or 12718789. OLE color: 12718789.
HSL color Cylindrical-coordinate representation of color #C512C2: hue angle of 301.01º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C512C2 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 18 | 194 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.23 |
| HSL | 301.01º | 0.83% | 0.42% | - |
| HSV(B) | 301.01º | 0.91% | 0.77% | - |
| XYZ | 32.98 | 16.2 | 52.43 | - |
| YUV | 91.59 | 185.8 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 18 | 194 | 0 | 0.91 | 0.02 | 0.23 | 301.01 | 0.83 | 0.42 |
| Hex | C5 | 12 | C2 | 0 | 5B | 2 | 17 | 12D | 53 | 2A |
| Octal | 305 | 22 | 302 | 0 | 133 | 2 | 27 | 455 | 123 | 52 |
| Binary | 11000101 | 10010 | 11000010 | 0 | 1011011 | 10 | 10111 | 100101101 | 1010011 | 101010 |
Color Harmonies of #C512C2
Complementary color
Monochromatic Colors of #C512C2
Black with #C512C2
Text Example
Text Example
White with #C512C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C512C2; }
p { color: rgb(197,18,194); }
H1.HeaderClassName
{
color: #C512C2;
}
.AnyTagClassName
{
color: #C512C2;
}
</style>
background-color css
<style>
a { background-color: #C512C2; }
a { background-color: rgb(197,18,194); }
div.DivClassName
{
background-color: #C512C2;
}
.BgClassName
{
background-color: #C512C2;
}
</style>
border-color css
<style>
span { border-color: #C512C2; }
span { border-color: rgb(197,18,194); }
td.TdClassName
{
border-color: #C512C2;
}
.TagClassName
{
border-color: #C512C2;
}
</style>