Shades of Deep Magenta #C918CD
Tints of Deep Magenta #C918CD
RGB
CMYK
RGB Variations
Color information
#C918CD (or 0xC918CD) is known color: Deep Magenta. HEX triplet: C9, 18 and CD. RGB value is (201,24,205). Sum of RGB (Red+Green+Blue) = 201+24+205=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C918CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C918CD is #36E732. Grayscale: #616161. Windows color (decimal): -3598131 or 13441225. OLE color: 13441225.
HSL color Cylindrical-coordinate representation of color #C918CD: hue angle of 298.67º degrees, saturation: 0.79, 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 #C918CD is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 201 | 24 | 205 | - |
CMYK | 0.02 | 0.88 | 0 | 0.20 |
HSL | 298.67º | 0.79% | 0.45% | - |
HSV(B) | 298.67º | 0.88% | 0.8% | - |
XYZ | 35.43 | 17.48 | 59.26 | - |
YUV | 97.56 | 188.64 | 201.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 24 | 205 | 0.02 | 0.88 | 0 | 0.20 | 298.67 | 0.79 | 0.45 |
Hex | C9 | 18 | CD | 2 | 58 | 0 | 14 | 12B | 4F | 2D |
Octal | 311 | 30 | 315 | 2 | 130 | 0 | 24 | 453 | 117 | 55 |
Binary | 11001001 | 11000 | 11001101 | 10 | 1011000 | 0 | 10100 | 100101011 | 1001111 | 101101 |
Color Harmonies of #C918CD
Complementary color
Monochromatic Colors of #C918CD
Black with #C918CD
Text Example
Text Example
White with #C918CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C918CD; }
p { color: rgb(201,24,205); }
H1.HeaderClassName
{
color: #C918CD;
}
.AnyTagClassName
{
color: #C918CD;
}
</style>
background-color css
<style>
a { background-color: #C918CD; }
a { background-color: rgb(201,24,205); }
div.DivClassName
{
background-color: #C918CD;
}
.BgClassName
{
background-color: #C918CD;
}
</style>
border-color css
<style>
span { border-color: #C918CD; }
span { border-color: rgb(201,24,205); }
td.TdClassName
{
border-color: #C918CD;
}
.TagClassName
{
border-color: #C918CD;
}
</style>