Shades of Deep Magenta #C718B2
Tints of Deep Magenta #C718B2
RGB
CMYK
RGB Variations
Color information
#C718B2 (or 0xC718B2) is known color: Deep Magenta. HEX triplet: C7, 18 and B2. RGB value is (199,24,178). Sum of RGB (Red+Green+Blue) = 199+24+178=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C718B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C718B2 is #38E74D. Grayscale: #5D5D5D. Windows color (decimal): -3729230 or 11671751. OLE color: 11671751.
HSL color Cylindrical-coordinate representation of color #C718B2: hue angle of 307.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C718B2 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 178 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.22 |
| HSL | 307.2º | 0.78% | 0.44% | - |
| HSV(B) | 307.2º | 0.88% | 0.78% | - |
| XYZ | 31.92 | 16.01 | 43.53 | - |
| YUV | 93.88 | 175.48 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 178 | 0 | 0.88 | 0.11 | 0.22 | 307.2 | 0.78 | 0.44 |
| Hex | C7 | 18 | B2 | 0 | 58 | B | 16 | 133 | 4E | 2C |
| Octal | 307 | 30 | 262 | 0 | 130 | 13 | 26 | 463 | 116 | 54 |
| Binary | 11000111 | 11000 | 10110010 | 0 | 1011000 | 1011 | 10110 | 100110011 | 1001110 | 101100 |
Color Harmonies of #C718B2
Complementary color
Monochromatic Colors of #C718B2
Black with #C718B2
Text Example
Text Example
White with #C718B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718B2; }
p { color: rgb(199,24,178); }
H1.HeaderClassName
{
color: #C718B2;
}
.AnyTagClassName
{
color: #C718B2;
}
</style>
background-color css
<style>
a { background-color: #C718B2; }
a { background-color: rgb(199,24,178); }
div.DivClassName
{
background-color: #C718B2;
}
.BgClassName
{
background-color: #C718B2;
}
</style>
border-color css
<style>
span { border-color: #C718B2; }
span { border-color: rgb(199,24,178); }
td.TdClassName
{
border-color: #C718B2;
}
.TagClassName
{
border-color: #C718B2;
}
</style>