Shades of Deep Magenta #C402B0
Tints of Deep Magenta #C402B0
RGB
CMYK
RGB Variations
Color information
#C402B0 (or 0xC402B0) is known color: Deep Magenta. HEX triplet: C4, 02 and B0. RGB value is (196,2,176). Sum of RGB (Red+Green+Blue) = 196+2+176=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C402B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402B0 is #3BFD4F. Grayscale: #4F4F4F. Windows color (decimal): -3931472 or 11535044. OLE color: 11535044.
HSL color Cylindrical-coordinate representation of color #C402B0: hue angle of 306.19º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402B0 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.23 |
| HSL | 306.19º | 0.98% | 0.39% | - |
| HSV(B) | 306.19º | 0.99% | 0.77% | - |
| XYZ | 30.62 | 14.91 | 42.34 | - |
| YUV | 79.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 176 | 0 | 0.99 | 0.10 | 0.23 | 306.19 | 0.98 | 0.39 |
| Hex | C4 | 2 | B0 | 0 | 63 | A | 17 | 132 | 62 | 27 |
| Octal | 304 | 2 | 260 | 0 | 143 | 12 | 27 | 462 | 142 | 47 |
| Binary | 11000100 | 10 | 10110000 | 0 | 1100011 | 1010 | 10111 | 100110010 | 1100010 | 100111 |
Color Harmonies of #C402B0
Complementary color
Monochromatic Colors of #C402B0
Black with #C402B0
Text Example
Text Example
White with #C402B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C402B0; }
p { color: rgb(196,2,176); }
H1.HeaderClassName
{
color: #C402B0;
}
.AnyTagClassName
{
color: #C402B0;
}
</style>
background-color css
<style>
a { background-color: #C402B0; }
a { background-color: rgb(196,2,176); }
div.DivClassName
{
background-color: #C402B0;
}
.BgClassName
{
background-color: #C402B0;
}
</style>
border-color css
<style>
span { border-color: #C402B0; }
span { border-color: rgb(196,2,176); }
td.TdClassName
{
border-color: #C402B0;
}
.TagClassName
{
border-color: #C402B0;
}
</style>