Shades of Deep Magenta #C206CF
Tints of Deep Magenta #C206CF
RGB
CMYK
RGB Variations
Color information
#C206CF (or 0xC206CF) is known color: Deep Magenta. HEX triplet: C2, 06 and CF. RGB value is (194,6,207). Sum of RGB (Red+Green+Blue) = 194+6+207=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 6 (2.73% from 255 or 1.47% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #C206CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206CF is #3DF930. Grayscale: #545454. Windows color (decimal): -4061489 or 13567682. OLE color: 13567682.
HSL color Cylindrical-coordinate representation of color #C206CF: hue angle of 296.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206CF is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 6 | 207 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.19 |
| HSL | 296.12º | 0.94% | 0.42% | - |
| HSV(B) | 296.12º | 0.97% | 0.81% | - |
| XYZ | 33.58 | 16.1 | 60.37 | - |
| YUV | 85.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 207 | 0.06 | 0.97 | 0 | 0.19 | 296.12 | 0.94 | 0.42 |
| Hex | C2 | 6 | CF | 6 | 61 | 0 | 13 | 128 | 5E | 2A |
| Octal | 302 | 6 | 317 | 6 | 141 | 0 | 23 | 450 | 136 | 52 |
| Binary | 11000010 | 110 | 11001111 | 110 | 1100001 | 0 | 10011 | 100101000 | 1011110 | 101010 |
Color Harmonies of #C206CF
Complementary color
Monochromatic Colors of #C206CF
Black with #C206CF
Text Example
Text Example
White with #C206CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206CF; }
p { color: rgb(194,6,207); }
H1.HeaderClassName
{
color: #C206CF;
}
.AnyTagClassName
{
color: #C206CF;
}
</style>
background-color css
<style>
a { background-color: #C206CF; }
a { background-color: rgb(194,6,207); }
div.DivClassName
{
background-color: #C206CF;
}
.BgClassName
{
background-color: #C206CF;
}
</style>
border-color css
<style>
span { border-color: #C206CF; }
span { border-color: rgb(194,6,207); }
td.TdClassName
{
border-color: #C206CF;
}
.TagClassName
{
border-color: #C206CF;
}
</style>