Shades of Deep Magenta #C418CC
Tints of Deep Magenta #C418CC
RGB
CMYK
RGB Variations
Color information
#C418CC (or 0xC418CC) is known color: Deep Magenta. HEX triplet: C4, 18 and CC. RGB value is (196,24,204). Sum of RGB (Red+Green+Blue) = 196+24+204=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C418CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418CC is #3BE733. Grayscale: #5F5F5F. Windows color (decimal): -3925812 or 13375684. OLE color: 13375684.
HSL color Cylindrical-coordinate representation of color #C418CC: hue angle of 297.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C418CC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 24 | 204 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.2 |
| HSL | 297.33º | 0.79% | 0.45% | - |
| HSV(B) | 297.33º | 0.88% | 0.8% | - |
| XYZ | 33.99 | 16.75 | 58.57 | - |
| YUV | 95.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 204 | 0.04 | 0.88 | 0 | 0.2 | 297.33 | 0.79 | 0.45 |
| Hex | C4 | 18 | CC | 4 | 58 | 0 | 14 | 129 | 4F | 2D |
| Octal | 304 | 30 | 314 | 4 | 130 | 0 | 24 | 451 | 117 | 55 |
| Binary | 11000100 | 11000 | 11001100 | 100 | 1011000 | 0 | 10100 | 100101001 | 1001111 | 101101 |
Color Harmonies of #C418CC
Complementary color
Monochromatic Colors of #C418CC
Black with #C418CC
Text Example
Text Example
White with #C418CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418CC; }
p { color: rgb(196,24,204); }
H1.HeaderClassName
{
color: #C418CC;
}
.AnyTagClassName
{
color: #C418CC;
}
</style>
background-color css
<style>
a { background-color: #C418CC; }
a { background-color: rgb(196,24,204); }
div.DivClassName
{
background-color: #C418CC;
}
.BgClassName
{
background-color: #C418CC;
}
</style>
border-color css
<style>
span { border-color: #C418CC; }
span { border-color: rgb(196,24,204); }
td.TdClassName
{
border-color: #C418CC;
}
.TagClassName
{
border-color: #C418CC;
}
</style>