Shades of Deep Magenta #C913CE
Tints of Deep Magenta #C913CE
RGB
CMYK
RGB Variations
Color information
#C913CE (or 0xC913CE) is known color: Deep Magenta. HEX triplet: C9, 13 and CE. RGB value is (201,19,206). Sum of RGB (Red+Green+Blue) = 201+19+206=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #C913CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C913CE is #36EC31. Grayscale: #5E5E5E. Windows color (decimal): -3599410 or 13505481. OLE color: 13505481.
HSL color Cylindrical-coordinate representation of color #C913CE: hue angle of 298.4º degrees, saturation: 0.83, 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 #C913CE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 19 | 206 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.19 |
| HSL | 298.4º | 0.83% | 0.44% | - |
| HSV(B) | 298.4º | 0.91% | 0.81% | - |
| XYZ | 35.46 | 17.34 | 59.87 | - |
| YUV | 94.74 | 190.8 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 206 | 0.02 | 0.91 | 0 | 0.19 | 298.4 | 0.83 | 0.44 |
| Hex | C9 | 13 | CE | 2 | 5B | 0 | 13 | 12A | 53 | 2C |
| Octal | 311 | 23 | 316 | 2 | 133 | 0 | 23 | 452 | 123 | 54 |
| Binary | 11001001 | 10011 | 11001110 | 10 | 1011011 | 0 | 10011 | 100101010 | 1010011 | 101100 |
Color Harmonies of #C913CE
Complementary color
Monochromatic Colors of #C913CE
Black with #C913CE
Text Example
Text Example
White with #C913CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913CE; }
p { color: rgb(201,19,206); }
H1.HeaderClassName
{
color: #C913CE;
}
.AnyTagClassName
{
color: #C913CE;
}
</style>
background-color css
<style>
a { background-color: #C913CE; }
a { background-color: rgb(201,19,206); }
div.DivClassName
{
background-color: #C913CE;
}
.BgClassName
{
background-color: #C913CE;
}
</style>
border-color css
<style>
span { border-color: #C913CE; }
span { border-color: rgb(201,19,206); }
td.TdClassName
{
border-color: #C913CE;
}
.TagClassName
{
border-color: #C913CE;
}
</style>