Shades of Deep Magenta #C207BE
Tints of Deep Magenta #C207BE
RGB
CMYK
RGB Variations
Color information
#C207BE (or 0xC207BE) is known color: Deep Magenta. HEX triplet: C2, 07 and BE. RGB value is (194,7,190). Sum of RGB (Red+Green+Blue) = 194+7+190=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C207BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C207BE is #3DF841. Grayscale: #535353. Windows color (decimal): -4061250 or 12453826. OLE color: 12453826.
HSL color Cylindrical-coordinate representation of color #C207BE: hue angle of 301.28º 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 #C207BE is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 7 | 190 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.24 |
| HSL | 301.28º | 0.93% | 0.39% | - |
| HSV(B) | 301.28º | 0.96% | 0.76% | - |
| XYZ | 31.62 | 15.34 | 50.01 | - |
| YUV | 83.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 190 | 0 | 0.96 | 0.02 | 0.24 | 301.28 | 0.93 | 0.39 |
| Hex | C2 | 7 | BE | 0 | 60 | 2 | 18 | 12D | 5D | 27 |
| Octal | 302 | 7 | 276 | 0 | 140 | 2 | 30 | 455 | 135 | 47 |
| Binary | 11000010 | 111 | 10111110 | 0 | 1100000 | 10 | 11000 | 100101101 | 1011101 | 100111 |
Color Harmonies of #C207BE
Complementary color
Monochromatic Colors of #C207BE
Black with #C207BE
Text Example
Text Example
White with #C207BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207BE; }
p { color: rgb(194,7,190); }
H1.HeaderClassName
{
color: #C207BE;
}
.AnyTagClassName
{
color: #C207BE;
}
</style>
background-color css
<style>
a { background-color: #C207BE; }
a { background-color: rgb(194,7,190); }
div.DivClassName
{
background-color: #C207BE;
}
.BgClassName
{
background-color: #C207BE;
}
</style>
border-color css
<style>
span { border-color: #C207BE; }
span { border-color: rgb(194,7,190); }
td.TdClassName
{
border-color: #C207BE;
}
.TagClassName
{
border-color: #C207BE;
}
</style>