Shades of Deep Magenta #C708BA
Tints of Deep Magenta #C708BA
RGB
CMYK
RGB Variations
Color information
#C708BA (or 0xC708BA) is known color: Deep Magenta. HEX triplet: C7, 08 and BA. RGB value is (199,8,186). Sum of RGB (Red+Green+Blue) = 199+8+186=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BA is #38F745. Grayscale: #545454. Windows color (decimal): -3733318 or 12191943. OLE color: 12191943.
HSL color Cylindrical-coordinate representation of color #C708BA: hue angle of 304.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708BA is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 186 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.22 |
| HSL | 304.08º | 0.92% | 0.41% | - |
| HSV(B) | 304.08º | 0.96% | 0.78% | - |
| XYZ | 32.5 | 15.86 | 47.8 | - |
| YUV | 85.4 | 184.78 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 186 | 0 | 0.96 | 0.07 | 0.22 | 304.08 | 0.92 | 0.41 |
| Hex | C7 | 8 | BA | 0 | 60 | 7 | 16 | 130 | 5C | 29 |
| Octal | 307 | 10 | 272 | 0 | 140 | 7 | 26 | 460 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111010 | 0 | 1100000 | 111 | 10110 | 100110000 | 1011100 | 101001 |
Color Harmonies of #C708BA
Complementary color
Monochromatic Colors of #C708BA
Black with #C708BA
Text Example
Text Example
White with #C708BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708BA; }
p { color: rgb(199,8,186); }
H1.HeaderClassName
{
color: #C708BA;
}
.AnyTagClassName
{
color: #C708BA;
}
</style>
background-color css
<style>
a { background-color: #C708BA; }
a { background-color: rgb(199,8,186); }
div.DivClassName
{
background-color: #C708BA;
}
.BgClassName
{
background-color: #C708BA;
}
</style>
border-color css
<style>
span { border-color: #C708BA; }
span { border-color: rgb(199,8,186); }
td.TdClassName
{
border-color: #C708BA;
}
.TagClassName
{
border-color: #C708BA;
}
</style>