Shades of Deep Magenta #C402CD
Tints of Deep Magenta #C402CD
RGB
CMYK
RGB Variations
Color information
#C402CD (or 0xC402CD) is known color: Deep Magenta. HEX triplet: C4, 02 and CD. RGB value is (196,2,205). Sum of RGB (Red+Green+Blue) = 196+2+205=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #C402CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C402CD is #3BFD32. Grayscale: #525252. Windows color (decimal): -3931443 or 13435588. OLE color: 13435588.
HSL color Cylindrical-coordinate representation of color #C402CD: hue angle of 297.34º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C402CD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 2 | 205 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.20 |
| HSL | 297.34º | 0.98% | 0.41% | - |
| HSV(B) | 297.34º | 0.99% | 0.8% | - |
| XYZ | 33.81 | 16.19 | 59.1 | - |
| YUV | 83.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 2 | 205 | 0.04 | 0.99 | 0 | 0.20 | 297.34 | 0.98 | 0.41 |
| Hex | C4 | 2 | CD | 4 | 63 | 0 | 14 | 129 | 62 | 29 |
| Octal | 304 | 2 | 315 | 4 | 143 | 0 | 24 | 451 | 142 | 51 |
| Binary | 11000100 | 10 | 11001101 | 100 | 1100011 | 0 | 10100 | 100101001 | 1100010 | 101001 |
Color Harmonies of #C402CD
Complementary color
Monochromatic Colors of #C402CD
Black with #C402CD
Text Example
Text Example
White with #C402CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C402CD; }
p { color: rgb(196,2,205); }
H1.HeaderClassName
{
color: #C402CD;
}
.AnyTagClassName
{
color: #C402CD;
}
</style>
background-color css
<style>
a { background-color: #C402CD; }
a { background-color: rgb(196,2,205); }
div.DivClassName
{
background-color: #C402CD;
}
.BgClassName
{
background-color: #C402CD;
}
</style>
border-color css
<style>
span { border-color: #C402CD; }
span { border-color: rgb(196,2,205); }
td.TdClassName
{
border-color: #C402CD;
}
.TagClassName
{
border-color: #C402CD;
}
</style>