Shades of Deep Magenta #C207DA
Tints of Deep Magenta #C207DA
RGB
CMYK
RGB Variations
Color information
#C207DA (or 0xC207DA) is known color: Deep Magenta. HEX triplet: C2, 07 and DA. RGB value is (194,7,218). Sum of RGB (Red+Green+Blue) = 194+7+218=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 7 (3.12% from 255 or 1.67% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #C207DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207DA is #3DF825. Grayscale: #565656. Windows color (decimal): -4061222 or 14288834. OLE color: 14288834.
HSL color Cylindrical-coordinate representation of color #C207DA: hue angle of 293.18º degrees, saturation: 0.94, 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 #C207DA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 7 | 218 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.15 |
| HSL | 293.18º | 0.94% | 0.44% | - |
| HSV(B) | 293.18º | 0.97% | 0.85% | - |
| XYZ | 34.98 | 16.68 | 67.71 | - |
| YUV | 86.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 218 | 0.11 | 0.97 | 0 | 0.15 | 293.18 | 0.94 | 0.44 |
| Hex | C2 | 7 | DA | B | 61 | 0 | F | 125 | 5E | 2C |
| Octal | 302 | 7 | 332 | 13 | 141 | 0 | 17 | 445 | 136 | 54 |
| Binary | 11000010 | 111 | 11011010 | 1011 | 1100001 | 0 | 1111 | 100100101 | 1011110 | 101100 |
Color Harmonies of #C207DA
Complementary color
Monochromatic Colors of #C207DA
Black with #C207DA
Text Example
Text Example
White with #C207DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207DA; }
p { color: rgb(194,7,218); }
H1.HeaderClassName
{
color: #C207DA;
}
.AnyTagClassName
{
color: #C207DA;
}
</style>
background-color css
<style>
a { background-color: #C207DA; }
a { background-color: rgb(194,7,218); }
div.DivClassName
{
background-color: #C207DA;
}
.BgClassName
{
background-color: #C207DA;
}
</style>
border-color css
<style>
span { border-color: #C207DA; }
span { border-color: rgb(194,7,218); }
td.TdClassName
{
border-color: #C207DA;
}
.TagClassName
{
border-color: #C207DA;
}
</style>