Shades of Deep Magenta #C007BA
Tints of Deep Magenta #C007BA
RGB
CMYK
RGB Variations
Color information
#C007BA (or 0xC007BA) is known color: Deep Magenta. HEX triplet: C0, 07 and BA. RGB value is (192,7,186). Sum of RGB (Red+Green+Blue) = 192+7+186=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C007BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C007BA is #3FF845. Grayscale: #525252. Windows color (decimal): -4192326 or 12191680. OLE color: 12191680.
HSL color Cylindrical-coordinate representation of color #C007BA: hue angle of 301.95º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C007BA is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 7 | 186 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.25 |
| HSL | 301.95º | 0.93% | 0.39% | - |
| HSV(B) | 301.95º | 0.96% | 0.75% | - |
| XYZ | 30.68 | 14.9 | 47.71 | - |
| YUV | 82.72 | 186.29 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 7 | 186 | 0 | 0.96 | 0.03 | 0.25 | 301.95 | 0.93 | 0.39 |
| Hex | C0 | 7 | BA | 0 | 60 | 3 | 19 | 12E | 5D | 27 |
| Octal | 300 | 7 | 272 | 0 | 140 | 3 | 31 | 456 | 135 | 47 |
| Binary | 11000000 | 111 | 10111010 | 0 | 1100000 | 11 | 11001 | 100101110 | 1011101 | 100111 |
Color Harmonies of #C007BA
Complementary color
Monochromatic Colors of #C007BA
Black with #C007BA
Text Example
Text Example
White with #C007BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C007BA; }
p { color: rgb(192,7,186); }
H1.HeaderClassName
{
color: #C007BA;
}
.AnyTagClassName
{
color: #C007BA;
}
</style>
background-color css
<style>
a { background-color: #C007BA; }
a { background-color: rgb(192,7,186); }
div.DivClassName
{
background-color: #C007BA;
}
.BgClassName
{
background-color: #C007BA;
}
</style>
border-color css
<style>
span { border-color: #C007BA; }
span { border-color: rgb(192,7,186); }
td.TdClassName
{
border-color: #C007BA;
}
.TagClassName
{
border-color: #C007BA;
}
</style>