Shades of Deep Magenta #C718C9
Tints of Deep Magenta #C718C9
RGB
CMYK
RGB Variations
Color information
#C718C9 (or 0xC718C9) is known color: Deep Magenta. HEX triplet: C7, 18 and C9. RGB value is (199,24,201). Sum of RGB (Red+Green+Blue) = 199+24+201=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 201 - color contains mainly: blue. Hex color #C718C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718C9 is #38E736. Grayscale: #5F5F5F. Windows color (decimal): -3729207 or 13179079. OLE color: 13179079.
HSL color Cylindrical-coordinate representation of color #C718C9: hue angle of 299.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718C9 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 24 | 201 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.21 |
| HSL | 299.32º | 0.79% | 0.44% | - |
| HSV(B) | 299.32º | 0.88% | 0.79% | - |
| XYZ | 34.42 | 17.01 | 56.73 | - |
| YUV | 96.5 | 186.98 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 201 | 0.01 | 0.88 | 0 | 0.21 | 299.32 | 0.79 | 0.44 |
| Hex | C7 | 18 | C9 | 1 | 58 | 0 | 15 | 12B | 4F | 2C |
| Octal | 307 | 30 | 311 | 1 | 130 | 0 | 25 | 453 | 117 | 54 |
| Binary | 11000111 | 11000 | 11001001 | 1 | 1011000 | 0 | 10101 | 100101011 | 1001111 | 101100 |
Color Harmonies of #C718C9
Complementary color
Monochromatic Colors of #C718C9
Black with #C718C9
Text Example
Text Example
White with #C718C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718C9; }
p { color: rgb(199,24,201); }
H1.HeaderClassName
{
color: #C718C9;
}
.AnyTagClassName
{
color: #C718C9;
}
</style>
background-color css
<style>
a { background-color: #C718C9; }
a { background-color: rgb(199,24,201); }
div.DivClassName
{
background-color: #C718C9;
}
.BgClassName
{
background-color: #C718C9;
}
</style>
border-color css
<style>
span { border-color: #C718C9; }
span { border-color: rgb(199,24,201); }
td.TdClassName
{
border-color: #C718C9;
}
.TagClassName
{
border-color: #C718C9;
}
</style>