Shades of Deep Magenta #C418C1
Tints of Deep Magenta #C418C1
RGB
CMYK
RGB Variations
Color information
#C418C1 (or 0xC418C1) is known color: Deep Magenta. HEX triplet: C4, 18 and C1. RGB value is (196,24,193). Sum of RGB (Red+Green+Blue) = 196+24+193=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C418C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418C1 is #3BE73E. Grayscale: #5E5E5E. Windows color (decimal): -3925823 or 12654788. OLE color: 12654788.
HSL color Cylindrical-coordinate representation of color #C418C1: hue angle of 301.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C418C1 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 193 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.23 |
| HSL | 301.05º | 0.78% | 0.43% | - |
| HSV(B) | 301.05º | 0.88% | 0.77% | - |
| XYZ | 32.72 | 16.24 | 51.86 | - |
| YUV | 94.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 193 | 0 | 0.88 | 0.02 | 0.23 | 301.05 | 0.78 | 0.43 |
| Hex | C4 | 18 | C1 | 0 | 58 | 2 | 17 | 12D | 4E | 2B |
| Octal | 304 | 30 | 301 | 0 | 130 | 2 | 27 | 455 | 116 | 53 |
| Binary | 11000100 | 11000 | 11000001 | 0 | 1011000 | 10 | 10111 | 100101101 | 1001110 | 101011 |
Color Harmonies of #C418C1
Complementary color
Monochromatic Colors of #C418C1
Black with #C418C1
Text Example
Text Example
White with #C418C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418C1; }
p { color: rgb(196,24,193); }
H1.HeaderClassName
{
color: #C418C1;
}
.AnyTagClassName
{
color: #C418C1;
}
</style>
background-color css
<style>
a { background-color: #C418C1; }
a { background-color: rgb(196,24,193); }
div.DivClassName
{
background-color: #C418C1;
}
.BgClassName
{
background-color: #C418C1;
}
</style>
border-color css
<style>
span { border-color: #C418C1; }
span { border-color: rgb(196,24,193); }
td.TdClassName
{
border-color: #C418C1;
}
.TagClassName
{
border-color: #C418C1;
}
</style>