Shades of Deep Magenta #C912DC
Tints of Deep Magenta #C912DC
RGB
CMYK
RGB Variations
Color information
#C912DC (or 0xC912DC) is known color: Deep Magenta. HEX triplet: C9, 12 and DC. RGB value is (201,18,220). Sum of RGB (Red+Green+Blue) = 201+18+220=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #C912DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912DC is #36ED23. Grayscale: #5F5F5F. Windows color (decimal): -3599652 or 14422729. OLE color: 14422729.
HSL color Cylindrical-coordinate representation of color #C912DC: hue angle of 294.36º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C912DC is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 18 | 220 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.14 |
| HSL | 294.36º | 0.85% | 0.47% | - |
| HSV(B) | 294.36º | 0.92% | 0.86% | - |
| XYZ | 37.22 | 18.02 | 69.23 | - |
| YUV | 95.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 220 | 0.09 | 0.92 | 0 | 0.14 | 294.36 | 0.85 | 0.47 |
| Hex | C9 | 12 | DC | 9 | 5C | 0 | E | 126 | 55 | 2F |
| Octal | 311 | 22 | 334 | 11 | 134 | 0 | 16 | 446 | 125 | 57 |
| Binary | 11001001 | 10010 | 11011100 | 1001 | 1011100 | 0 | 1110 | 100100110 | 1010101 | 101111 |
Color Harmonies of #C912DC
Complementary color
Monochromatic Colors of #C912DC
Black with #C912DC
Text Example
Text Example
White with #C912DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912DC; }
p { color: rgb(201,18,220); }
H1.HeaderClassName
{
color: #C912DC;
}
.AnyTagClassName
{
color: #C912DC;
}
</style>
background-color css
<style>
a { background-color: #C912DC; }
a { background-color: rgb(201,18,220); }
div.DivClassName
{
background-color: #C912DC;
}
.BgClassName
{
background-color: #C912DC;
}
</style>
border-color css
<style>
span { border-color: #C912DC; }
span { border-color: rgb(201,18,220); }
td.TdClassName
{
border-color: #C912DC;
}
.TagClassName
{
border-color: #C912DC;
}
</style>