Shades of Deep Magenta #C804CC
Tints of Deep Magenta #C804CC
RGB
CMYK
RGB Variations
Color information
#C804CC (or 0xC804CC) is known color: Deep Magenta. HEX triplet: C8, 04 and CC. RGB value is (200,4,204). Sum of RGB (Red+Green+Blue) = 200+4+204=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #C804CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C804CC is #37FB33. Grayscale: #545454. Windows color (decimal): -3668788 or 13370568. OLE color: 13370568.
HSL color Cylindrical-coordinate representation of color #C804CC: hue angle of 298.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C804CC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 4 | 204 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.2 |
| HSL | 298.8º | 0.96% | 0.41% | - |
| HSV(B) | 298.8º | 0.98% | 0.8% | - |
| XYZ | 34.76 | 16.73 | 58.52 | - |
| YUV | 85.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 204 | 0.02 | 0.98 | 0 | 0.2 | 298.8 | 0.96 | 0.41 |
| Hex | C8 | 4 | CC | 2 | 62 | 0 | 14 | 12B | 60 | 29 |
| Octal | 310 | 4 | 314 | 2 | 142 | 0 | 24 | 453 | 140 | 51 |
| Binary | 11001000 | 100 | 11001100 | 10 | 1100010 | 0 | 10100 | 100101011 | 1100000 | 101001 |
Color Harmonies of #C804CC
Complementary color
Monochromatic Colors of #C804CC
Black with #C804CC
Text Example
Text Example
White with #C804CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C804CC; }
p { color: rgb(200,4,204); }
H1.HeaderClassName
{
color: #C804CC;
}
.AnyTagClassName
{
color: #C804CC;
}
</style>
background-color css
<style>
a { background-color: #C804CC; }
a { background-color: rgb(200,4,204); }
div.DivClassName
{
background-color: #C804CC;
}
.BgClassName
{
background-color: #C804CC;
}
</style>
border-color css
<style>
span { border-color: #C804CC; }
span { border-color: rgb(200,4,204); }
td.TdClassName
{
border-color: #C804CC;
}
.TagClassName
{
border-color: #C804CC;
}
</style>