Shades of Deep Magenta #C912CD
Tints of Deep Magenta #C912CD
RGB
CMYK
RGB Variations
Color information
#C912CD (or 0xC912CD) is known color: Deep Magenta. HEX triplet: C9, 12 and CD. RGB value is (201,18,205). Sum of RGB (Red+Green+Blue) = 201+18+205=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #C912CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912CD is #36ED32. Grayscale: #5D5D5D. Windows color (decimal): -3599667 or 13439689. OLE color: 13439689.
HSL color Cylindrical-coordinate representation of color #C912CD: hue angle of 298.72º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912CD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 18 | 205 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.20 |
| HSL | 298.72º | 0.84% | 0.44% | - |
| HSV(B) | 298.72º | 0.91% | 0.8% | - |
| XYZ | 35.32 | 17.26 | 59.23 | - |
| YUV | 94.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 205 | 0.02 | 0.91 | 0 | 0.20 | 298.72 | 0.84 | 0.44 |
| Hex | C9 | 12 | CD | 2 | 5B | 0 | 14 | 12B | 54 | 2C |
| Octal | 311 | 22 | 315 | 2 | 133 | 0 | 24 | 453 | 124 | 54 |
| Binary | 11001001 | 10010 | 11001101 | 10 | 1011011 | 0 | 10100 | 100101011 | 1010100 | 101100 |
Color Harmonies of #C912CD
Complementary color
Monochromatic Colors of #C912CD
Black with #C912CD
Text Example
Text Example
White with #C912CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912CD; }
p { color: rgb(201,18,205); }
H1.HeaderClassName
{
color: #C912CD;
}
.AnyTagClassName
{
color: #C912CD;
}
</style>
background-color css
<style>
a { background-color: #C912CD; }
a { background-color: rgb(201,18,205); }
div.DivClassName
{
background-color: #C912CD;
}
.BgClassName
{
background-color: #C912CD;
}
</style>
border-color css
<style>
span { border-color: #C912CD; }
span { border-color: rgb(201,18,205); }
td.TdClassName
{
border-color: #C912CD;
}
.TagClassName
{
border-color: #C912CD;
}
</style>