Shades of Deep Magenta #C204CF
Tints of Deep Magenta #C204CF
RGB
CMYK
RGB Variations
Color information
#C204CF (or 0xC204CF) is known color: Deep Magenta. HEX triplet: C2, 04 and CF. RGB value is (194,4,207). Sum of RGB (Red+Green+Blue) = 194+4+207=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #C204CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C204CF is #3DFB30. Grayscale: #535353. Windows color (decimal): -4062001 or 13567170. OLE color: 13567170.
HSL color Cylindrical-coordinate representation of color #C204CF: hue angle of 296.16º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C204CF is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 4 | 207 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.19 |
| HSL | 296.16º | 0.96% | 0.41% | - |
| HSV(B) | 296.16º | 0.98% | 0.81% | - |
| XYZ | 33.55 | 16.06 | 60.36 | - |
| YUV | 83.95 | 197.45 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 4 | 207 | 0.06 | 0.98 | 0 | 0.19 | 296.16 | 0.96 | 0.41 |
| Hex | C2 | 4 | CF | 6 | 62 | 0 | 13 | 128 | 60 | 29 |
| Octal | 302 | 4 | 317 | 6 | 142 | 0 | 23 | 450 | 140 | 51 |
| Binary | 11000010 | 100 | 11001111 | 110 | 1100010 | 0 | 10011 | 100101000 | 1100000 | 101001 |
Color Harmonies of #C204CF
Complementary color
Monochromatic Colors of #C204CF
Black with #C204CF
Text Example
Text Example
White with #C204CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C204CF; }
p { color: rgb(194,4,207); }
H1.HeaderClassName
{
color: #C204CF;
}
.AnyTagClassName
{
color: #C204CF;
}
</style>
background-color css
<style>
a { background-color: #C204CF; }
a { background-color: rgb(194,4,207); }
div.DivClassName
{
background-color: #C204CF;
}
.BgClassName
{
background-color: #C204CF;
}
</style>
border-color css
<style>
span { border-color: #C204CF; }
span { border-color: rgb(194,4,207); }
td.TdClassName
{
border-color: #C204CF;
}
.TagClassName
{
border-color: #C204CF;
}
</style>