Shades of Deep Magenta #C206C3
Tints of Deep Magenta #C206C3
RGB
CMYK
RGB Variations
Color information
#C206C3 (or 0xC206C3) is known color: Deep Magenta. HEX triplet: C2, 06 and C3. RGB value is (194,6,195). Sum of RGB (Red+Green+Blue) = 194+6+195=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #C206C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206C3 is #3DF93C. Grayscale: #535353. Windows color (decimal): -4061501 or 12781250. OLE color: 12781250.
HSL color Cylindrical-coordinate representation of color #C206C3: hue angle of 299.68º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206C3 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 6 | 195 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.24 |
| HSL | 299.68º | 0.94% | 0.39% | - |
| HSV(B) | 299.68º | 0.97% | 0.76% | - |
| XYZ | 32.16 | 15.54 | 52.93 | - |
| YUV | 83.76 | 190.78 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 195 | 0.01 | 0.97 | 0 | 0.24 | 299.68 | 0.94 | 0.39 |
| Hex | C2 | 6 | C3 | 1 | 61 | 0 | 18 | 12C | 5E | 27 |
| Octal | 302 | 6 | 303 | 1 | 141 | 0 | 30 | 454 | 136 | 47 |
| Binary | 11000010 | 110 | 11000011 | 1 | 1100001 | 0 | 11000 | 100101100 | 1011110 | 100111 |
Color Harmonies of #C206C3
Complementary color
Monochromatic Colors of #C206C3
Black with #C206C3
Text Example
Text Example
White with #C206C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206C3; }
p { color: rgb(194,6,195); }
H1.HeaderClassName
{
color: #C206C3;
}
.AnyTagClassName
{
color: #C206C3;
}
</style>
background-color css
<style>
a { background-color: #C206C3; }
a { background-color: rgb(194,6,195); }
div.DivClassName
{
background-color: #C206C3;
}
.BgClassName
{
background-color: #C206C3;
}
</style>
border-color css
<style>
span { border-color: #C206C3; }
span { border-color: rgb(194,6,195); }
td.TdClassName
{
border-color: #C206C3;
}
.TagClassName
{
border-color: #C206C3;
}
</style>