Shades of Deep Magenta #C708B4
Tints of Deep Magenta #C708B4
RGB
CMYK
RGB Variations
Color information
#C708B4 (or 0xC708B4) is known color: Deep Magenta. HEX triplet: C7, 08 and B4. RGB value is (199,8,180). Sum of RGB (Red+Green+Blue) = 199+8+180=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B4 is #38F74B. Grayscale: #545454. Windows color (decimal): -3733324 or 11798727. OLE color: 11798727.
HSL color Cylindrical-coordinate representation of color #C708B4: hue angle of 305.97º 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 #C708B4 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 180 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.22 |
| HSL | 305.97º | 0.92% | 0.41% | - |
| HSV(B) | 305.97º | 0.96% | 0.78% | - |
| XYZ | 31.88 | 15.61 | 44.51 | - |
| YUV | 84.72 | 181.78 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 180 | 0 | 0.96 | 0.10 | 0.22 | 305.97 | 0.92 | 0.41 |
| Hex | C7 | 8 | B4 | 0 | 60 | A | 16 | 132 | 5C | 29 |
| Octal | 307 | 10 | 264 | 0 | 140 | 12 | 26 | 462 | 134 | 51 |
| Binary | 11000111 | 1000 | 10110100 | 0 | 1100000 | 1010 | 10110 | 100110010 | 1011100 | 101001 |
Color Harmonies of #C708B4
Complementary color
Monochromatic Colors of #C708B4
Black with #C708B4
Text Example
Text Example
White with #C708B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708B4; }
p { color: rgb(199,8,180); }
H1.HeaderClassName
{
color: #C708B4;
}
.AnyTagClassName
{
color: #C708B4;
}
</style>
background-color css
<style>
a { background-color: #C708B4; }
a { background-color: rgb(199,8,180); }
div.DivClassName
{
background-color: #C708B4;
}
.BgClassName
{
background-color: #C708B4;
}
</style>
border-color css
<style>
span { border-color: #C708B4; }
span { border-color: rgb(199,8,180); }
td.TdClassName
{
border-color: #C708B4;
}
.TagClassName
{
border-color: #C708B4;
}
</style>