Shades of Deep Magenta #C402B2
Tints of Deep Magenta #C402B2
RGB
CMYK
RGB Variations
Color information
#C402B2 (or 0xC402B2) is known color: Deep Magenta. HEX triplet: C4, 02 and B2. RGB value is (196,2,178). Sum of RGB (Red+Green+Blue) = 196+2+178=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 178 (69.92% from 255 or 47.34% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C402B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C402B2 is #3BFD4D. Grayscale: #4F4F4F. Windows color (decimal): -3931470 or 11666116. OLE color: 11666116.
HSL color Cylindrical-coordinate representation of color #C402B2: hue angle of 305.57º 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 #C402B2 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.23 |
| HSL | 305.57º | 0.98% | 0.39% | - |
| HSV(B) | 305.57º | 0.99% | 0.77% | - |
| XYZ | 30.82 | 14.99 | 43.39 | - |
| YUV | 80.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 178 | 0 | 0.99 | 0.09 | 0.23 | 305.57 | 0.98 | 0.39 |
| Hex | C4 | 2 | B2 | 0 | 63 | 9 | 17 | 132 | 62 | 27 |
| Octal | 304 | 2 | 262 | 0 | 143 | 11 | 27 | 462 | 142 | 47 |
| Binary | 11000100 | 10 | 10110010 | 0 | 1100011 | 1001 | 10111 | 100110010 | 1100010 | 100111 |
Color Harmonies of #C402B2
Complementary color
Monochromatic Colors of #C402B2
Black with #C402B2
Text Example
Text Example
White with #C402B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C402B2; }
p { color: rgb(196,2,178); }
H1.HeaderClassName
{
color: #C402B2;
}
.AnyTagClassName
{
color: #C402B2;
}
</style>
background-color css
<style>
a { background-color: #C402B2; }
a { background-color: rgb(196,2,178); }
div.DivClassName
{
background-color: #C402B2;
}
.BgClassName
{
background-color: #C402B2;
}
</style>
border-color css
<style>
span { border-color: #C402B2; }
span { border-color: rgb(196,2,178); }
td.TdClassName
{
border-color: #C402B2;
}
.TagClassName
{
border-color: #C402B2;
}
</style>