Shades of Deep Magenta #C207DF
Tints of Deep Magenta #C207DF
RGB
CMYK
RGB Variations
Color information
#C207DF (or 0xC207DF) is known color: Deep Magenta. HEX triplet: C2, 07 and DF. RGB value is (194,7,223). Sum of RGB (Red+Green+Blue) = 194+7+223=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #C207DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207DF is #3DF820. Grayscale: #565656. Windows color (decimal): -4061217 or 14616514. OLE color: 14616514.
HSL color Cylindrical-coordinate representation of color #C207DF: hue angle of 291.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207DF is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 7 | 223 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.13 |
| HSL | 291.94º | 0.94% | 0.45% | - |
| HSV(B) | 291.94º | 0.97% | 0.87% | - |
| XYZ | 35.64 | 16.95 | 71.2 | - |
| YUV | 87.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 223 | 0.13 | 0.97 | 0 | 0.13 | 291.94 | 0.94 | 0.45 |
| Hex | C2 | 7 | DF | D | 61 | 0 | D | 124 | 5E | 2D |
| Octal | 302 | 7 | 337 | 15 | 141 | 0 | 15 | 444 | 136 | 55 |
| Binary | 11000010 | 111 | 11011111 | 1101 | 1100001 | 0 | 1101 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C207DF
Complementary color
Monochromatic Colors of #C207DF
Black with #C207DF
Text Example
Text Example
White with #C207DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207DF; }
p { color: rgb(194,7,223); }
H1.HeaderClassName
{
color: #C207DF;
}
.AnyTagClassName
{
color: #C207DF;
}
</style>
background-color css
<style>
a { background-color: #C207DF; }
a { background-color: rgb(194,7,223); }
div.DivClassName
{
background-color: #C207DF;
}
.BgClassName
{
background-color: #C207DF;
}
</style>
border-color css
<style>
span { border-color: #C207DF; }
span { border-color: rgb(194,7,223); }
td.TdClassName
{
border-color: #C207DF;
}
.TagClassName
{
border-color: #C207DF;
}
</style>