Shades of Deep Magenta #C912CC
Tints of Deep Magenta #C912CC
RGB
CMYK
RGB Variations
Color information
#C912CC (or 0xC912CC) is known color: Deep Magenta. HEX triplet: C9, 12 and CC. RGB value is (201,18,204). Sum of RGB (Red+Green+Blue) = 201+18+204=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #C912CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C912CC is #36ED33. Grayscale: #5D5D5D. Windows color (decimal): -3599668 or 13374153. OLE color: 13374153.
HSL color Cylindrical-coordinate representation of color #C912CC: hue angle of 299.03º 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 #C912CC is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 18 | 204 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.2 |
| HSL | 299.03º | 0.84% | 0.44% | - |
| HSV(B) | 299.03º | 0.91% | 0.8% | - |
| XYZ | 35.2 | 17.21 | 58.59 | - |
| YUV | 93.92 | 190.13 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 204 | 0.01 | 0.91 | 0 | 0.2 | 299.03 | 0.84 | 0.44 |
| Hex | C9 | 12 | CC | 1 | 5B | 0 | 14 | 12B | 54 | 2C |
| Octal | 311 | 22 | 314 | 1 | 133 | 0 | 24 | 453 | 124 | 54 |
| Binary | 11001001 | 10010 | 11001100 | 1 | 1011011 | 0 | 10100 | 100101011 | 1010100 | 101100 |
Color Harmonies of #C912CC
Complementary color
Monochromatic Colors of #C912CC
Black with #C912CC
Text Example
Text Example
White with #C912CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912CC; }
p { color: rgb(201,18,204); }
H1.HeaderClassName
{
color: #C912CC;
}
.AnyTagClassName
{
color: #C912CC;
}
</style>
background-color css
<style>
a { background-color: #C912CC; }
a { background-color: rgb(201,18,204); }
div.DivClassName
{
background-color: #C912CC;
}
.BgClassName
{
background-color: #C912CC;
}
</style>
border-color css
<style>
span { border-color: #C912CC; }
span { border-color: rgb(201,18,204); }
td.TdClassName
{
border-color: #C912CC;
}
.TagClassName
{
border-color: #C912CC;
}
</style>