Shades of Deep Magenta #C400CD
Tints of Deep Magenta #C400CD
RGB
CMYK
RGB Variations
Color information
#C400CD (or 0xC400CD) is known color: Deep Magenta. HEX triplet: C4, 00 and CD. RGB value is (196,0,205). Sum of RGB (Red+Green+Blue) = 196+0+205=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #C400CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C400CD is #3BFF32. Grayscale: #515151. Windows color (decimal): -3931955 or 13435076. OLE color: 13435076.
HSL color Cylindrical-coordinate representation of color #C400CD: hue angle of 297.37º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400CD is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 0 | 205 | - |
| CMYK | 0.04 | 1 | 0 | 0.20 |
| HSL | 297.37º | 1% | 0.4% | - |
| HSV(B) | 297.37º | 1% | 0.8% | - |
| XYZ | 33.78 | 16.14 | 59.09 | - |
| YUV | 81.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 205 | 0.04 | 1 | 0 | 0.20 | 297.37 | 1 | 0.4 |
| Hex | C4 | 0 | CD | 4 | 64 | 0 | 14 | 129 | 64 | 28 |
| Octal | 304 | 0 | 315 | 4 | 144 | 0 | 24 | 451 | 144 | 50 |
| Binary | 11000100 | 0 | 11001101 | 100 | 1100100 | 0 | 10100 | 100101001 | 1100100 | 101000 |
Color Harmonies of #C400CD
Complementary color
Monochromatic Colors of #C400CD
Black with #C400CD
Text Example
Text Example
White with #C400CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400CD; }
p { color: rgb(196,0,205); }
H1.HeaderClassName
{
color: #C400CD;
}
.AnyTagClassName
{
color: #C400CD;
}
</style>
background-color css
<style>
a { background-color: #C400CD; }
a { background-color: rgb(196,0,205); }
div.DivClassName
{
background-color: #C400CD;
}
.BgClassName
{
background-color: #C400CD;
}
</style>
border-color css
<style>
span { border-color: #C400CD; }
span { border-color: rgb(196,0,205); }
td.TdClassName
{
border-color: #C400CD;
}
.TagClassName
{
border-color: #C400CD;
}
</style>