Shades of Deep Magenta #C708B2
Tints of Deep Magenta #C708B2
RGB
CMYK
RGB Variations
Color information
#C708B2 (or 0xC708B2) is known color: Deep Magenta. HEX triplet: C7, 08 and B2. RGB value is (199,8,178). Sum of RGB (Red+Green+Blue) = 199+8+178=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C708B2 is #38F74D. Grayscale: #545454. Windows color (decimal): -3733326 or 11667655. OLE color: 11667655.
HSL color Cylindrical-coordinate representation of color #C708B2: hue angle of 306.6º 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 #C708B2 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 178 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.22 |
| HSL | 306.6º | 0.92% | 0.41% | - |
| HSV(B) | 306.6º | 0.96% | 0.78% | - |
| XYZ | 31.68 | 15.53 | 43.45 | - |
| YUV | 84.49 | 180.78 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 178 | 0 | 0.96 | 0.11 | 0.22 | 306.6 | 0.92 | 0.41 |
| Hex | C7 | 8 | B2 | 0 | 60 | B | 16 | 133 | 5C | 29 |
| Octal | 307 | 10 | 262 | 0 | 140 | 13 | 26 | 463 | 134 | 51 |
| Binary | 11000111 | 1000 | 10110010 | 0 | 1100000 | 1011 | 10110 | 100110011 | 1011100 | 101001 |
Color Harmonies of #C708B2
Complementary color
Monochromatic Colors of #C708B2
Black with #C708B2
Text Example
Text Example
White with #C708B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708B2; }
p { color: rgb(199,8,178); }
H1.HeaderClassName
{
color: #C708B2;
}
.AnyTagClassName
{
color: #C708B2;
}
</style>
background-color css
<style>
a { background-color: #C708B2; }
a { background-color: rgb(199,8,178); }
div.DivClassName
{
background-color: #C708B2;
}
.BgClassName
{
background-color: #C708B2;
}
</style>
border-color css
<style>
span { border-color: #C708B2; }
span { border-color: rgb(199,8,178); }
td.TdClassName
{
border-color: #C708B2;
}
.TagClassName
{
border-color: #C708B2;
}
</style>