Shades of Deep Magenta #C718B4
Tints of Deep Magenta #C718B4
RGB
CMYK
RGB Variations
Color information
#C718B4 (or 0xC718B4) is known color: Deep Magenta. HEX triplet: C7, 18 and B4. RGB value is (199,24,180). Sum of RGB (Red+Green+Blue) = 199+24+180=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C718B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C718B4 is #38E74B. Grayscale: #5D5D5D. Windows color (decimal): -3729228 or 11802823. OLE color: 11802823.
HSL color Cylindrical-coordinate representation of color #C718B4: hue angle of 306.51º 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 #C718B4 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 180 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.22 |
| HSL | 306.51º | 0.78% | 0.44% | - |
| HSV(B) | 306.51º | 0.88% | 0.78% | - |
| XYZ | 32.12 | 16.09 | 44.59 | - |
| YUV | 94.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 180 | 0 | 0.88 | 0.10 | 0.22 | 306.51 | 0.78 | 0.44 |
| Hex | C7 | 18 | B4 | 0 | 58 | A | 16 | 133 | 4E | 2C |
| Octal | 307 | 30 | 264 | 0 | 130 | 12 | 26 | 463 | 116 | 54 |
| Binary | 11000111 | 11000 | 10110100 | 0 | 1011000 | 1010 | 10110 | 100110011 | 1001110 | 101100 |
Color Harmonies of #C718B4
Complementary color
Monochromatic Colors of #C718B4
Black with #C718B4
Text Example
Text Example
White with #C718B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C718B4; }
p { color: rgb(199,24,180); }
H1.HeaderClassName
{
color: #C718B4;
}
.AnyTagClassName
{
color: #C718B4;
}
</style>
background-color css
<style>
a { background-color: #C718B4; }
a { background-color: rgb(199,24,180); }
div.DivClassName
{
background-color: #C718B4;
}
.BgClassName
{
background-color: #C718B4;
}
</style>
border-color css
<style>
span { border-color: #C718B4; }
span { border-color: rgb(199,24,180); }
td.TdClassName
{
border-color: #C718B4;
}
.TagClassName
{
border-color: #C718B4;
}
</style>