Shades of Deep Magenta #C206E0
Tints of Deep Magenta #C206E0
RGB
CMYK
RGB Variations
Color information
#C206E0 (or 0xC206E0) is known color: Deep Magenta. HEX triplet: C2, 06 and E0. RGB value is (194,6,224). Sum of RGB (Red+Green+Blue) = 194+6+224=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 6 (2.73% from 255 or 1.42% from 424); Blue value is 224 (87.89% from 255 or 52.83% from 424); Max value from RGB is 224 - color contains mainly: blue. Hex color #C206E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206E0 is #3DF91F. Grayscale: #565656. Windows color (decimal): -4061472 or 14681794. OLE color: 14681794.
HSL color Cylindrical-coordinate representation of color #C206E0: hue angle of 291.74º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206E0 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 6 | 224 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.12 |
| HSL | 291.74º | 0.95% | 0.45% | - |
| HSV(B) | 291.74º | 0.97% | 0.88% | - |
| XYZ | 35.77 | 16.98 | 71.91 | - |
| YUV | 87.06 | 205.28 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 224 | 0.13 | 0.97 | 0 | 0.12 | 291.74 | 0.95 | 0.45 |
| Hex | C2 | 6 | E0 | D | 61 | 0 | C | 124 | 5F | 2D |
| Octal | 302 | 6 | 340 | 15 | 141 | 0 | 14 | 444 | 137 | 55 |
| Binary | 11000010 | 110 | 11100000 | 1101 | 1100001 | 0 | 1100 | 100100100 | 1011111 | 101101 |
Color Harmonies of #C206E0
Complementary color
Monochromatic Colors of #C206E0
Black with #C206E0
Text Example
Text Example
White with #C206E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206E0; }
p { color: rgb(194,6,224); }
H1.HeaderClassName
{
color: #C206E0;
}
.AnyTagClassName
{
color: #C206E0;
}
</style>
background-color css
<style>
a { background-color: #C206E0; }
a { background-color: rgb(194,6,224); }
div.DivClassName
{
background-color: #C206E0;
}
.BgClassName
{
background-color: #C206E0;
}
</style>
border-color css
<style>
span { border-color: #C206E0; }
span { border-color: rgb(194,6,224); }
td.TdClassName
{
border-color: #C206E0;
}
.TagClassName
{
border-color: #C206E0;
}
</style>