Shades of Deep Magenta #C402C1
Tints of Deep Magenta #C402C1
RGB
CMYK
RGB Variations
Color information
#C402C1 (or 0xC402C1) is known color: Deep Magenta. HEX triplet: C4, 02 and C1. RGB value is (196,2,193). Sum of RGB (Red+Green+Blue) = 196+2+193=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 193 (75.78% from 255 or 49.36% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C402C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402C1 is #3BFD3E. Grayscale: #515151. Windows color (decimal): -3931455 or 12649156. OLE color: 12649156.
HSL color Cylindrical-coordinate representation of color #C402C1: hue angle of 300.93º 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 #C402C1 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 2 | 193 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.23 |
| HSL | 300.93º | 0.98% | 0.39% | - |
| HSV(B) | 300.93º | 0.99% | 0.77% | - |
| XYZ | 32.41 | 15.63 | 51.76 | - |
| YUV | 81.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 193 | 0 | 0.99 | 0.02 | 0.23 | 300.93 | 0.98 | 0.39 |
| Hex | C4 | 2 | C1 | 0 | 63 | 2 | 17 | 12D | 62 | 27 |
| Octal | 304 | 2 | 301 | 0 | 143 | 2 | 27 | 455 | 142 | 47 |
| Binary | 11000100 | 10 | 11000001 | 0 | 1100011 | 10 | 10111 | 100101101 | 1100010 | 100111 |
Color Harmonies of #C402C1
Complementary color
Monochromatic Colors of #C402C1
Black with #C402C1
Text Example
Text Example
White with #C402C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C402C1; }
p { color: rgb(196,2,193); }
H1.HeaderClassName
{
color: #C402C1;
}
.AnyTagClassName
{
color: #C402C1;
}
</style>
background-color css
<style>
a { background-color: #C402C1; }
a { background-color: rgb(196,2,193); }
div.DivClassName
{
background-color: #C402C1;
}
.BgClassName
{
background-color: #C402C1;
}
</style>
border-color css
<style>
span { border-color: #C402C1; }
span { border-color: rgb(196,2,193); }
td.TdClassName
{
border-color: #C402C1;
}
.TagClassName
{
border-color: #C402C1;
}
</style>