Shades of Deep Magenta #C708BC
Tints of Deep Magenta #C708BC
RGB
CMYK
RGB Variations
Color information
#C708BC (or 0xC708BC) is known color: Deep Magenta. HEX triplet: C7, 08 and BC. RGB value is (199,8,188). Sum of RGB (Red+Green+Blue) = 199+8+188=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BC is #38F743. Grayscale: #555555. Windows color (decimal): -3733316 or 12323015. OLE color: 12323015.
HSL color Cylindrical-coordinate representation of color #C708BC: hue angle of 303.46º 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 #C708BC is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.22 |
| HSL | 303.46º | 0.92% | 0.41% | - |
| HSV(B) | 303.46º | 0.96% | 0.78% | - |
| XYZ | 32.72 | 15.95 | 48.93 | - |
| YUV | 85.63 | 185.78 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 188 | 0 | 0.96 | 0.06 | 0.22 | 303.46 | 0.92 | 0.41 |
| Hex | C7 | 8 | BC | 0 | 60 | 6 | 16 | 12F | 5C | 29 |
| Octal | 307 | 10 | 274 | 0 | 140 | 6 | 26 | 457 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111100 | 0 | 1100000 | 110 | 10110 | 100101111 | 1011100 | 101001 |
Color Harmonies of #C708BC
Complementary color
Monochromatic Colors of #C708BC
Black with #C708BC
Text Example
Text Example
White with #C708BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708BC; }
p { color: rgb(199,8,188); }
H1.HeaderClassName
{
color: #C708BC;
}
.AnyTagClassName
{
color: #C708BC;
}
</style>
background-color css
<style>
a { background-color: #C708BC; }
a { background-color: rgb(199,8,188); }
div.DivClassName
{
background-color: #C708BC;
}
.BgClassName
{
background-color: #C708BC;
}
</style>
border-color css
<style>
span { border-color: #C708BC; }
span { border-color: rgb(199,8,188); }
td.TdClassName
{
border-color: #C708BC;
}
.TagClassName
{
border-color: #C708BC;
}
</style>