Shades of Deep Magenta #C420B8
Tints of Deep Magenta #C420B8
RGB
CMYK
RGB Variations
Color information
#C420B8 (or 0xC420B8) is known color: Deep Magenta. HEX triplet: C4, 20 and B8. RGB value is (196,32,184). Sum of RGB (Red+Green+Blue) = 196+32+184=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 32 (12.89% from 255 or 7.77% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C420B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C420B8 is #3BDF47. Grayscale: #616161. Windows color (decimal): -3923784 or 12067012. OLE color: 12067012.
HSL color Cylindrical-coordinate representation of color #C420B8: hue angle of 304.39º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C420B8 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 184 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.23 |
| HSL | 304.39º | 0.72% | 0.45% | - |
| HSV(B) | 304.39º | 0.84% | 0.77% | - |
| XYZ | 31.93 | 16.23 | 46.8 | - |
| YUV | 98.36 | 176.33 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 184 | 0 | 0.84 | 0.06 | 0.23 | 304.39 | 0.72 | 0.45 |
| Hex | C4 | 20 | B8 | 0 | 54 | 6 | 17 | 130 | 48 | 2D |
| Octal | 304 | 40 | 270 | 0 | 124 | 6 | 27 | 460 | 110 | 55 |
| Binary | 11000100 | 100000 | 10111000 | 0 | 1010100 | 110 | 10111 | 100110000 | 1001000 | 101101 |
Color Harmonies of #C420B8
Complementary color
Monochromatic Colors of #C420B8
Black with #C420B8
Text Example
Text Example
White with #C420B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C420B8; }
p { color: rgb(196,32,184); }
H1.HeaderClassName
{
color: #C420B8;
}
.AnyTagClassName
{
color: #C420B8;
}
</style>
background-color css
<style>
a { background-color: #C420B8; }
a { background-color: rgb(196,32,184); }
div.DivClassName
{
background-color: #C420B8;
}
.BgClassName
{
background-color: #C420B8;
}
</style>
border-color css
<style>
span { border-color: #C420B8; }
span { border-color: rgb(196,32,184); }
td.TdClassName
{
border-color: #C420B8;
}
.TagClassName
{
border-color: #C420B8;
}
</style>