Shades of Deep Magenta #C207DD
Tints of Deep Magenta #C207DD
RGB
CMYK
RGB Variations
Color information
#C207DD (or 0xC207DD) is known color: Deep Magenta. HEX triplet: C2, 07 and DD. RGB value is (194,7,221). Sum of RGB (Red+Green+Blue) = 194+7+221=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #C207DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207DD is #3DF822. Grayscale: #565656. Windows color (decimal): -4061219 or 14485442. OLE color: 14485442.
HSL color Cylindrical-coordinate representation of color #C207DD: hue angle of 292.43º 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 #C207DD is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 7 | 221 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.13 |
| HSL | 292.43º | 0.94% | 0.45% | - |
| HSV(B) | 292.43º | 0.97% | 0.87% | - |
| XYZ | 35.38 | 16.84 | 69.79 | - |
| YUV | 87.31 | 203.45 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 221 | 0.12 | 0.97 | 0 | 0.13 | 292.43 | 0.94 | 0.45 |
| Hex | C2 | 7 | DD | C | 61 | 0 | D | 124 | 5E | 2D |
| Octal | 302 | 7 | 335 | 14 | 141 | 0 | 15 | 444 | 136 | 55 |
| Binary | 11000010 | 111 | 11011101 | 1100 | 1100001 | 0 | 1101 | 100100100 | 1011110 | 101101 |
Color Harmonies of #C207DD
Complementary color
Monochromatic Colors of #C207DD
Black with #C207DD
Text Example
Text Example
White with #C207DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207DD; }
p { color: rgb(194,7,221); }
H1.HeaderClassName
{
color: #C207DD;
}
.AnyTagClassName
{
color: #C207DD;
}
</style>
background-color css
<style>
a { background-color: #C207DD; }
a { background-color: rgb(194,7,221); }
div.DivClassName
{
background-color: #C207DD;
}
.BgClassName
{
background-color: #C207DD;
}
</style>
border-color css
<style>
span { border-color: #C207DD; }
span { border-color: rgb(194,7,221); }
td.TdClassName
{
border-color: #C207DD;
}
.TagClassName
{
border-color: #C207DD;
}
</style>