Shades of Deep Magenta #C418D7
Tints of Deep Magenta #C418D7
RGB
CMYK
RGB Variations
Color information
#C418D7 (or 0xC418D7) is known color: Deep Magenta. HEX triplet: C4, 18 and D7. RGB value is (196,24,215). Sum of RGB (Red+Green+Blue) = 196+24+215=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 215 (84.38% from 255 or 49.43% from 435); Max value from RGB is 215 - color contains mainly: blue. Hex color #C418D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418D7 is #3BE728. Grayscale: #606060. Windows color (decimal): -3925801 or 14096580. OLE color: 14096580.
HSL color Cylindrical-coordinate representation of color #C418D7: hue angle of 294.03º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C418D7 is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 24 | 215 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.16 |
| HSL | 294.03º | 0.8% | 0.47% | - |
| HSV(B) | 294.03º | 0.89% | 0.84% | - |
| XYZ | 35.36 | 17.3 | 65.76 | - |
| YUV | 97.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 215 | 0.09 | 0.89 | 0 | 0.16 | 294.03 | 0.8 | 0.47 |
| Hex | C4 | 18 | D7 | 9 | 59 | 0 | 10 | 126 | 50 | 2F |
| Octal | 304 | 30 | 327 | 11 | 131 | 0 | 20 | 446 | 120 | 57 |
| Binary | 11000100 | 11000 | 11010111 | 1001 | 1011001 | 0 | 10000 | 100100110 | 1010000 | 101111 |
Color Harmonies of #C418D7
Complementary color
Monochromatic Colors of #C418D7
Black with #C418D7
Text Example
Text Example
White with #C418D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418D7; }
p { color: rgb(196,24,215); }
H1.HeaderClassName
{
color: #C418D7;
}
.AnyTagClassName
{
color: #C418D7;
}
</style>
background-color css
<style>
a { background-color: #C418D7; }
a { background-color: rgb(196,24,215); }
div.DivClassName
{
background-color: #C418D7;
}
.BgClassName
{
background-color: #C418D7;
}
</style>
border-color css
<style>
span { border-color: #C418D7; }
span { border-color: rgb(196,24,215); }
td.TdClassName
{
border-color: #C418D7;
}
.TagClassName
{
border-color: #C418D7;
}
</style>