Shades of Deep Magenta #C919CD
Tints of Deep Magenta #C919CD
RGB
CMYK
RGB Variations
Color information
#C919CD (or 0xC919CD) is known color: Deep Magenta. HEX triplet: C9, 19 and CD. RGB value is (201,25,205). Sum of RGB (Red+Green+Blue) = 201+25+205=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #C919CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C919CD is #36E632. Grayscale: #616161. Windows color (decimal): -3597875 or 13441481. OLE color: 13441481.
HSL color Cylindrical-coordinate representation of color #C919CD: hue angle of 298.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C919CD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 25 | 205 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.20 |
| HSL | 298.67º | 0.78% | 0.45% | - |
| HSV(B) | 298.67º | 0.88% | 0.8% | - |
| XYZ | 35.45 | 17.52 | 59.27 | - |
| YUV | 98.14 | 188.31 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 205 | 0.02 | 0.88 | 0 | 0.20 | 298.67 | 0.78 | 0.45 |
| Hex | C9 | 19 | CD | 2 | 58 | 0 | 14 | 12B | 4E | 2D |
| Octal | 311 | 31 | 315 | 2 | 130 | 0 | 24 | 453 | 116 | 55 |
| Binary | 11001001 | 11001 | 11001101 | 10 | 1011000 | 0 | 10100 | 100101011 | 1001110 | 101101 |
Color Harmonies of #C919CD
Complementary color
Monochromatic Colors of #C919CD
Black with #C919CD
Text Example
Text Example
White with #C919CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919CD; }
p { color: rgb(201,25,205); }
H1.HeaderClassName
{
color: #C919CD;
}
.AnyTagClassName
{
color: #C919CD;
}
</style>
background-color css
<style>
a { background-color: #C919CD; }
a { background-color: rgb(201,25,205); }
div.DivClassName
{
background-color: #C919CD;
}
.BgClassName
{
background-color: #C919CD;
}
</style>
border-color css
<style>
span { border-color: #C919CD; }
span { border-color: rgb(201,25,205); }
td.TdClassName
{
border-color: #C919CD;
}
.TagClassName
{
border-color: #C919CD;
}
</style>