Shades of Deep Magenta #C207BC
Tints of Deep Magenta #C207BC
RGB
CMYK
RGB Variations
Color information
#C207BC (or 0xC207BC) is known color: Deep Magenta. HEX triplet: C2, 07 and BC. RGB value is (194,7,188). Sum of RGB (Red+Green+Blue) = 194+7+188=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C207BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207BC is #3DF843. Grayscale: #535353. Windows color (decimal): -4061252 or 12322754. OLE color: 12322754.
HSL color Cylindrical-coordinate representation of color #C207BC: hue angle of 301.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C207BC is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 188 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.24 |
| HSL | 301.93º | 0.93% | 0.39% | - |
| HSV(B) | 301.93º | 0.96% | 0.76% | - |
| XYZ | 31.4 | 15.25 | 48.87 | - |
| YUV | 83.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 188 | 0 | 0.96 | 0.03 | 0.24 | 301.93 | 0.93 | 0.39 |
| Hex | C2 | 7 | BC | 0 | 60 | 3 | 18 | 12E | 5D | 27 |
| Octal | 302 | 7 | 274 | 0 | 140 | 3 | 30 | 456 | 135 | 47 |
| Binary | 11000010 | 111 | 10111100 | 0 | 1100000 | 11 | 11000 | 100101110 | 1011101 | 100111 |
Color Harmonies of #C207BC
Complementary color
Monochromatic Colors of #C207BC
Black with #C207BC
Text Example
Text Example
White with #C207BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207BC; }
p { color: rgb(194,7,188); }
H1.HeaderClassName
{
color: #C207BC;
}
.AnyTagClassName
{
color: #C207BC;
}
</style>
background-color css
<style>
a { background-color: #C207BC; }
a { background-color: rgb(194,7,188); }
div.DivClassName
{
background-color: #C207BC;
}
.BgClassName
{
background-color: #C207BC;
}
</style>
border-color css
<style>
span { border-color: #C207BC; }
span { border-color: rgb(194,7,188); }
td.TdClassName
{
border-color: #C207BC;
}
.TagClassName
{
border-color: #C207BC;
}
</style>