Shades of Deep Magenta #C206DA
Tints of Deep Magenta #C206DA
RGB
CMYK
RGB Variations
Color information
#C206DA (or 0xC206DA) is known color: Deep Magenta. HEX triplet: C2, 06 and DA. RGB value is (194,6,218). Sum of RGB (Red+Green+Blue) = 194+6+218=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 6 (2.73% from 255 or 1.44% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #C206DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C206DA is #3DF925. Grayscale: #555555. Windows color (decimal): -4061478 or 14288578. OLE color: 14288578.
HSL color Cylindrical-coordinate representation of color #C206DA: hue angle of 293.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C206DA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 6 | 218 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.15 |
| HSL | 293.21º | 0.95% | 0.44% | - |
| HSV(B) | 293.21º | 0.97% | 0.85% | - |
| XYZ | 34.97 | 16.66 | 67.7 | - |
| YUV | 86.38 | 202.28 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 218 | 0.11 | 0.97 | 0 | 0.15 | 293.21 | 0.95 | 0.44 |
| Hex | C2 | 6 | DA | B | 61 | 0 | F | 125 | 5F | 2C |
| Octal | 302 | 6 | 332 | 13 | 141 | 0 | 17 | 445 | 137 | 54 |
| Binary | 11000010 | 110 | 11011010 | 1011 | 1100001 | 0 | 1111 | 100100101 | 1011111 | 101100 |
Color Harmonies of #C206DA
Complementary color
Monochromatic Colors of #C206DA
Black with #C206DA
Text Example
Text Example
White with #C206DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206DA; }
p { color: rgb(194,6,218); }
H1.HeaderClassName
{
color: #C206DA;
}
.AnyTagClassName
{
color: #C206DA;
}
</style>
background-color css
<style>
a { background-color: #C206DA; }
a { background-color: rgb(194,6,218); }
div.DivClassName
{
background-color: #C206DA;
}
.BgClassName
{
background-color: #C206DA;
}
</style>
border-color css
<style>
span { border-color: #C206DA; }
span { border-color: rgb(194,6,218); }
td.TdClassName
{
border-color: #C206DA;
}
.TagClassName
{
border-color: #C206DA;
}
</style>