Shades of Deep Magenta #C912D7
Tints of Deep Magenta #C912D7
RGB
CMYK
RGB Variations
Color information
#C912D7 (or 0xC912D7) is known color: Deep Magenta. HEX triplet: C9, 12 and D7. RGB value is (201,18,215). Sum of RGB (Red+Green+Blue) = 201+18+215=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #C912D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912D7 is #36ED28. Grayscale: #5E5E5E. Windows color (decimal): -3599657 or 14095049. OLE color: 14095049.
HSL color Cylindrical-coordinate representation of color #C912D7: hue angle of 295.74º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C912D7 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 18 | 215 | - |
| CMYK | 0.07 | 0.92 | 0 | 0.16 |
| HSL | 295.74º | 0.85% | 0.46% | - |
| HSV(B) | 295.74º | 0.92% | 0.84% | - |
| XYZ | 36.57 | 17.76 | 65.79 | - |
| YUV | 95.18 | 195.63 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 215 | 0.07 | 0.92 | 0 | 0.16 | 295.74 | 0.85 | 0.46 |
| Hex | C9 | 12 | D7 | 7 | 5C | 0 | 10 | 128 | 55 | 2E |
| Octal | 311 | 22 | 327 | 7 | 134 | 0 | 20 | 450 | 125 | 56 |
| Binary | 11001001 | 10010 | 11010111 | 111 | 1011100 | 0 | 10000 | 100101000 | 1010101 | 101110 |
Color Harmonies of #C912D7
Complementary color
Monochromatic Colors of #C912D7
Black with #C912D7
Text Example
Text Example
White with #C912D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912D7; }
p { color: rgb(201,18,215); }
H1.HeaderClassName
{
color: #C912D7;
}
.AnyTagClassName
{
color: #C912D7;
}
</style>
background-color css
<style>
a { background-color: #C912D7; }
a { background-color: rgb(201,18,215); }
div.DivClassName
{
background-color: #C912D7;
}
.BgClassName
{
background-color: #C912D7;
}
</style>
border-color css
<style>
span { border-color: #C912D7; }
span { border-color: rgb(201,18,215); }
td.TdClassName
{
border-color: #C912D7;
}
.TagClassName
{
border-color: #C912D7;
}
</style>