Shades of Deep Magenta #C418C6
Tints of Deep Magenta #C418C6
RGB
CMYK
RGB Variations
Color information
#C418C6 (or 0xC418C6) is known color: Deep Magenta. HEX triplet: C4, 18 and C6. RGB value is (196,24,198). Sum of RGB (Red+Green+Blue) = 196+24+198=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #C418C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418C6 is #3BE739. Grayscale: #5E5E5E. Windows color (decimal): -3925818 or 12982468. OLE color: 12982468.
HSL color Cylindrical-coordinate representation of color #C418C6: hue angle of 299.31º 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 #C418C6 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 24 | 198 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.22 |
| HSL | 299.31º | 0.78% | 0.44% | - |
| HSV(B) | 299.31º | 0.88% | 0.78% | - |
| XYZ | 33.28 | 16.47 | 54.85 | - |
| YUV | 95.26 | 185.98 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 198 | 0.01 | 0.88 | 0 | 0.22 | 299.31 | 0.78 | 0.44 |
| Hex | C4 | 18 | C6 | 1 | 58 | 0 | 16 | 12B | 4E | 2C |
| Octal | 304 | 30 | 306 | 1 | 130 | 0 | 26 | 453 | 116 | 54 |
| Binary | 11000100 | 11000 | 11000110 | 1 | 1011000 | 0 | 10110 | 100101011 | 1001110 | 101100 |
Color Harmonies of #C418C6
Complementary color
Monochromatic Colors of #C418C6
Black with #C418C6
Text Example
Text Example
White with #C418C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418C6; }
p { color: rgb(196,24,198); }
H1.HeaderClassName
{
color: #C418C6;
}
.AnyTagClassName
{
color: #C418C6;
}
</style>
background-color css
<style>
a { background-color: #C418C6; }
a { background-color: rgb(196,24,198); }
div.DivClassName
{
background-color: #C418C6;
}
.BgClassName
{
background-color: #C418C6;
}
</style>
border-color css
<style>
span { border-color: #C418C6; }
span { border-color: rgb(196,24,198); }
td.TdClassName
{
border-color: #C418C6;
}
.TagClassName
{
border-color: #C418C6;
}
</style>