Shades of Deep Magenta #C804C2
Tints of Deep Magenta #C804C2
RGB
CMYK
RGB Variations
Color information
#C804C2 (or 0xC804C2) is known color: Deep Magenta. HEX triplet: C8, 04 and C2. RGB value is (200,4,194). Sum of RGB (Red+Green+Blue) = 200+4+194=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C804C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804C2 is #37FB3D. Grayscale: #535353. Windows color (decimal): -3668798 or 12715208. OLE color: 12715208.
HSL color Cylindrical-coordinate representation of color #C804C2: hue angle of 301.84º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804C2 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.22 |
| HSL | 301.84º | 0.96% | 0.4% | - |
| HSV(B) | 301.84º | 0.98% | 0.78% | - |
| XYZ | 33.6 | 16.26 | 52.41 | - |
| YUV | 84.26 | 189.93 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 194 | 0 | 0.98 | 0.03 | 0.22 | 301.84 | 0.96 | 0.4 |
| Hex | C8 | 4 | C2 | 0 | 62 | 3 | 16 | 12E | 60 | 28 |
| Octal | 310 | 4 | 302 | 0 | 142 | 3 | 26 | 456 | 140 | 50 |
| Binary | 11001000 | 100 | 11000010 | 0 | 1100010 | 11 | 10110 | 100101110 | 1100000 | 101000 |
Color Harmonies of #C804C2
Complementary color
Monochromatic Colors of #C804C2
Black with #C804C2
Text Example
Text Example
White with #C804C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804C2; }
p { color: rgb(200,4,194); }
H1.HeaderClassName
{
color: #C804C2;
}
.AnyTagClassName
{
color: #C804C2;
}
</style>
background-color css
<style>
a { background-color: #C804C2; }
a { background-color: rgb(200,4,194); }
div.DivClassName
{
background-color: #C804C2;
}
.BgClassName
{
background-color: #C804C2;
}
</style>
border-color css
<style>
span { border-color: #C804C2; }
span { border-color: rgb(200,4,194); }
td.TdClassName
{
border-color: #C804C2;
}
.TagClassName
{
border-color: #C804C2;
}
</style>