Shades of Deep Magenta #C708B5
Tints of Deep Magenta #C708B5
RGB
CMYK
RGB Variations
Color information
#C708B5 (or 0xC708B5) is known color: Deep Magenta. HEX triplet: C7, 08 and B5. RGB value is (199,8,181). Sum of RGB (Red+Green+Blue) = 199+8+181=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B5 is #38F74A. Grayscale: #545454. Windows color (decimal): -3733323 or 11864263. OLE color: 11864263.
HSL color Cylindrical-coordinate representation of color #C708B5: hue angle of 305.65º 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 #C708B5 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 181 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.22 |
| HSL | 305.65º | 0.92% | 0.41% | - |
| HSV(B) | 305.65º | 0.96% | 0.78% | - |
| XYZ | 31.98 | 15.65 | 45.05 | - |
| YUV | 84.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 181 | 0 | 0.96 | 0.09 | 0.22 | 305.65 | 0.92 | 0.41 |
| Hex | C7 | 8 | B5 | 0 | 60 | 9 | 16 | 132 | 5C | 29 |
| Octal | 307 | 10 | 265 | 0 | 140 | 11 | 26 | 462 | 134 | 51 |
| Binary | 11000111 | 1000 | 10110101 | 0 | 1100000 | 1001 | 10110 | 100110010 | 1011100 | 101001 |
Color Harmonies of #C708B5
Complementary color
Monochromatic Colors of #C708B5
Black with #C708B5
Text Example
Text Example
White with #C708B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708B5; }
p { color: rgb(199,8,181); }
H1.HeaderClassName
{
color: #C708B5;
}
.AnyTagClassName
{
color: #C708B5;
}
</style>
background-color css
<style>
a { background-color: #C708B5; }
a { background-color: rgb(199,8,181); }
div.DivClassName
{
background-color: #C708B5;
}
.BgClassName
{
background-color: #C708B5;
}
</style>
border-color css
<style>
span { border-color: #C708B5; }
span { border-color: rgb(199,8,181); }
td.TdClassName
{
border-color: #C708B5;
}
.TagClassName
{
border-color: #C708B5;
}
</style>