Shades of Deep Magenta #C204CC
Tints of Deep Magenta #C204CC
RGB
CMYK
RGB Variations
Color information
#C204CC (or 0xC204CC) is known color: Deep Magenta. HEX triplet: C2, 04 and CC. RGB value is (194,4,204). Sum of RGB (Red+Green+Blue) = 194+4+204=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #C204CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204CC is #3DFB33. Grayscale: #535353. Windows color (decimal): -4062004 or 13370562. OLE color: 13370562.
HSL color Cylindrical-coordinate representation of color #C204CC: hue angle of 297º 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 #C204CC is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 4 | 204 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.2 |
| HSL | 297º | 0.96% | 0.41% | - |
| HSV(B) | 297º | 0.98% | 0.8% | - |
| XYZ | 33.19 | 15.92 | 58.45 | - |
| YUV | 83.61 | 195.95 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 204 | 0.05 | 0.98 | 0 | 0.2 | 297 | 0.96 | 0.41 |
| Hex | C2 | 4 | CC | 5 | 62 | 0 | 14 | 129 | 60 | 29 |
| Octal | 302 | 4 | 314 | 5 | 142 | 0 | 24 | 451 | 140 | 51 |
| Binary | 11000010 | 100 | 11001100 | 101 | 1100010 | 0 | 10100 | 100101001 | 1100000 | 101001 |
Color Harmonies of #C204CC
Complementary color
Monochromatic Colors of #C204CC
Black with #C204CC
Text Example
Text Example
White with #C204CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204CC; }
p { color: rgb(194,4,204); }
H1.HeaderClassName
{
color: #C204CC;
}
.AnyTagClassName
{
color: #C204CC;
}
</style>
background-color css
<style>
a { background-color: #C204CC; }
a { background-color: rgb(194,4,204); }
div.DivClassName
{
background-color: #C204CC;
}
.BgClassName
{
background-color: #C204CC;
}
</style>
border-color css
<style>
span { border-color: #C204CC; }
span { border-color: rgb(194,4,204); }
td.TdClassName
{
border-color: #C204CC;
}
.TagClassName
{
border-color: #C204CC;
}
</style>