Shades of Deep Magenta #C914CD
Tints of Deep Magenta #C914CD
RGB
CMYK
RGB Variations
Color information
#C914CD (or 0xC914CD) is known color: Deep Magenta. HEX triplet: C9, 14 and CD. RGB value is (201,20,205). Sum of RGB (Red+Green+Blue) = 201+20+205=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #C914CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C914CD is #36EB32. Grayscale: #5E5E5E. Windows color (decimal): -3599155 or 13440201. OLE color: 13440201.
HSL color Cylindrical-coordinate representation of color #C914CD: hue angle of 298.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914CD is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 20 | 205 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.20 |
| HSL | 298.7º | 0.82% | 0.44% | - |
| HSV(B) | 298.7º | 0.9% | 0.8% | - |
| XYZ | 35.36 | 17.33 | 59.24 | - |
| YUV | 95.21 | 189.97 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 205 | 0.02 | 0.90 | 0 | 0.20 | 298.7 | 0.82 | 0.44 |
| Hex | C9 | 14 | CD | 2 | 5A | 0 | 14 | 12B | 52 | 2C |
| Octal | 311 | 24 | 315 | 2 | 132 | 0 | 24 | 453 | 122 | 54 |
| Binary | 11001001 | 10100 | 11001101 | 10 | 1011010 | 0 | 10100 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C914CD
Complementary color
Monochromatic Colors of #C914CD
Black with #C914CD
Text Example
Text Example
White with #C914CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914CD; }
p { color: rgb(201,20,205); }
H1.HeaderClassName
{
color: #C914CD;
}
.AnyTagClassName
{
color: #C914CD;
}
</style>
background-color css
<style>
a { background-color: #C914CD; }
a { background-color: rgb(201,20,205); }
div.DivClassName
{
background-color: #C914CD;
}
.BgClassName
{
background-color: #C914CD;
}
</style>
border-color css
<style>
span { border-color: #C914CD; }
span { border-color: rgb(201,20,205); }
td.TdClassName
{
border-color: #C914CD;
}
.TagClassName
{
border-color: #C914CD;
}
</style>