Shades of Deep Magenta #C207B0
Tints of Deep Magenta #C207B0
RGB
CMYK
RGB Variations
Color information
#C207B0 (or 0xC207B0) is known color: Deep Magenta. HEX triplet: C2, 07 and B0. RGB value is (194,7,176). Sum of RGB (Red+Green+Blue) = 194+7+176=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C207B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C207B0 is #3DF84F. Grayscale: #515151. Windows color (decimal): -4061264 or 11536322. OLE color: 11536322.
HSL color Cylindrical-coordinate representation of color #C207B0: hue angle of 305.78º 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 #C207B0 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 176 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.24 |
| HSL | 305.78º | 0.93% | 0.39% | - |
| HSV(B) | 305.78º | 0.96% | 0.76% | - |
| XYZ | 30.16 | 14.76 | 42.33 | - |
| YUV | 82.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 176 | 0 | 0.96 | 0.09 | 0.24 | 305.78 | 0.93 | 0.39 |
| Hex | C2 | 7 | B0 | 0 | 60 | 9 | 18 | 132 | 5D | 27 |
| Octal | 302 | 7 | 260 | 0 | 140 | 11 | 30 | 462 | 135 | 47 |
| Binary | 11000010 | 111 | 10110000 | 0 | 1100000 | 1001 | 11000 | 100110010 | 1011101 | 100111 |
Color Harmonies of #C207B0
Complementary color
Monochromatic Colors of #C207B0
Black with #C207B0
Text Example
Text Example
White with #C207B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207B0; }
p { color: rgb(194,7,176); }
H1.HeaderClassName
{
color: #C207B0;
}
.AnyTagClassName
{
color: #C207B0;
}
</style>
background-color css
<style>
a { background-color: #C207B0; }
a { background-color: rgb(194,7,176); }
div.DivClassName
{
background-color: #C207B0;
}
.BgClassName
{
background-color: #C207B0;
}
</style>
border-color css
<style>
span { border-color: #C207B0; }
span { border-color: rgb(194,7,176); }
td.TdClassName
{
border-color: #C207B0;
}
.TagClassName
{
border-color: #C207B0;
}
</style>