Shades of Deep Magenta #C919CE
Tints of Deep Magenta #C919CE
RGB
CMYK
RGB Variations
Color information
#C919CE (or 0xC919CE) is known color: Deep Magenta. HEX triplet: C9, 19 and CE. RGB value is (201,25,206). Sum of RGB (Red+Green+Blue) = 201+25+206=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #C919CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CE is #36E631. Grayscale: #616161. Windows color (decimal): -3597874 or 13507017. OLE color: 13507017.
HSL color Cylindrical-coordinate representation of color #C919CE: hue angle of 298.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919CE is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 25 | 206 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.19 |
| HSL | 298.34º | 0.78% | 0.45% | - |
| HSV(B) | 298.34º | 0.88% | 0.81% | - |
| XYZ | 35.58 | 17.57 | 59.91 | - |
| YUV | 98.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 206 | 0.02 | 0.88 | 0 | 0.19 | 298.34 | 0.78 | 0.45 |
| Hex | C9 | 19 | CE | 2 | 58 | 0 | 13 | 12A | 4E | 2D |
| Octal | 311 | 31 | 316 | 2 | 130 | 0 | 23 | 452 | 116 | 55 |
| Binary | 11001001 | 11001 | 11001110 | 10 | 1011000 | 0 | 10011 | 100101010 | 1001110 | 101101 |
Color Harmonies of #C919CE
Complementary color
Monochromatic Colors of #C919CE
Black with #C919CE
Text Example
Text Example
White with #C919CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919CE; }
p { color: rgb(201,25,206); }
H1.HeaderClassName
{
color: #C919CE;
}
.AnyTagClassName
{
color: #C919CE;
}
</style>
background-color css
<style>
a { background-color: #C919CE; }
a { background-color: rgb(201,25,206); }
div.DivClassName
{
background-color: #C919CE;
}
.BgClassName
{
background-color: #C919CE;
}
</style>
border-color css
<style>
span { border-color: #C919CE; }
span { border-color: rgb(201,25,206); }
td.TdClassName
{
border-color: #C919CE;
}
.TagClassName
{
border-color: #C919CE;
}
</style>