Shades of Deep Magenta #C912CF
Tints of Deep Magenta #C912CF
RGB
CMYK
RGB Variations
Color information
#C912CF (or 0xC912CF) is known color: Deep Magenta. HEX triplet: C9, 12 and CF. RGB value is (201,18,207). Sum of RGB (Red+Green+Blue) = 201+18+207=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #C912CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912CF is #36ED30. Grayscale: #5D5D5D. Windows color (decimal): -3599665 or 13570761. OLE color: 13570761.
HSL color Cylindrical-coordinate representation of color #C912CF: hue angle of 298.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912CF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 18 | 207 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.19 |
| HSL | 298.1º | 0.84% | 0.44% | - |
| HSV(B) | 298.1º | 0.91% | 0.81% | - |
| XYZ | 35.57 | 17.36 | 60.51 | - |
| YUV | 94.26 | 191.63 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 207 | 0.03 | 0.91 | 0 | 0.19 | 298.1 | 0.84 | 0.44 |
| Hex | C9 | 12 | CF | 3 | 5B | 0 | 13 | 12A | 54 | 2C |
| Octal | 311 | 22 | 317 | 3 | 133 | 0 | 23 | 452 | 124 | 54 |
| Binary | 11001001 | 10010 | 11001111 | 11 | 1011011 | 0 | 10011 | 100101010 | 1010100 | 101100 |
Color Harmonies of #C912CF
Complementary color
Monochromatic Colors of #C912CF
Black with #C912CF
Text Example
Text Example
White with #C912CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912CF; }
p { color: rgb(201,18,207); }
H1.HeaderClassName
{
color: #C912CF;
}
.AnyTagClassName
{
color: #C912CF;
}
</style>
background-color css
<style>
a { background-color: #C912CF; }
a { background-color: rgb(201,18,207); }
div.DivClassName
{
background-color: #C912CF;
}
.BgClassName
{
background-color: #C912CF;
}
</style>
border-color css
<style>
span { border-color: #C912CF; }
span { border-color: rgb(201,18,207); }
td.TdClassName
{
border-color: #C912CF;
}
.TagClassName
{
border-color: #C912CF;
}
</style>