Shades of Deep Magenta #C418B5
Tints of Deep Magenta #C418B5
RGB
CMYK
RGB Variations
Color information
#C418B5 (or 0xC418B5) is known color: Deep Magenta. HEX triplet: C4, 18 and B5. RGB value is (196,24,181). Sum of RGB (Red+Green+Blue) = 196+24+181=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C418B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C418B5 is #3BE74A. Grayscale: #5C5C5C. Windows color (decimal): -3925835 or 11868356. OLE color: 11868356.
HSL color Cylindrical-coordinate representation of color #C418B5: hue angle of 305.23º 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 #C418B5 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 181 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.23 |
| HSL | 305.23º | 0.78% | 0.43% | - |
| HSV(B) | 305.23º | 0.88% | 0.77% | - |
| XYZ | 31.43 | 15.73 | 45.09 | - |
| YUV | 93.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 181 | 0 | 0.88 | 0.08 | 0.23 | 305.23 | 0.78 | 0.43 |
| Hex | C4 | 18 | B5 | 0 | 58 | 8 | 17 | 131 | 4E | 2B |
| Octal | 304 | 30 | 265 | 0 | 130 | 10 | 27 | 461 | 116 | 53 |
| Binary | 11000100 | 11000 | 10110101 | 0 | 1011000 | 1000 | 10111 | 100110001 | 1001110 | 101011 |
Color Harmonies of #C418B5
Complementary color
Monochromatic Colors of #C418B5
Black with #C418B5
Text Example
Text Example
White with #C418B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C418B5; }
p { color: rgb(196,24,181); }
H1.HeaderClassName
{
color: #C418B5;
}
.AnyTagClassName
{
color: #C418B5;
}
</style>
background-color css
<style>
a { background-color: #C418B5; }
a { background-color: rgb(196,24,181); }
div.DivClassName
{
background-color: #C418B5;
}
.BgClassName
{
background-color: #C418B5;
}
</style>
border-color css
<style>
span { border-color: #C418B5; }
span { border-color: rgb(196,24,181); }
td.TdClassName
{
border-color: #C418B5;
}
.TagClassName
{
border-color: #C418B5;
}
</style>