Shades of Deep Magenta #C708B8
Tints of Deep Magenta #C708B8
RGB
CMYK
RGB Variations
Color information
#C708B8 (or 0xC708B8) is known color: Deep Magenta. HEX triplet: C7, 08 and B8. RGB value is (199,8,184). Sum of RGB (Red+Green+Blue) = 199+8+184=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C708B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708B8 is #38F747. Grayscale: #545454. Windows color (decimal): -3733320 or 12060871. OLE color: 12060871.
HSL color Cylindrical-coordinate representation of color #C708B8: hue angle of 304.71º 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 #C708B8 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 184 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.22 |
| HSL | 304.71º | 0.92% | 0.41% | - |
| HSV(B) | 304.71º | 0.96% | 0.78% | - |
| XYZ | 32.29 | 15.78 | 46.69 | - |
| YUV | 85.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 184 | 0 | 0.96 | 0.08 | 0.22 | 304.71 | 0.92 | 0.41 |
| Hex | C7 | 8 | B8 | 0 | 60 | 8 | 16 | 131 | 5C | 29 |
| Octal | 307 | 10 | 270 | 0 | 140 | 10 | 26 | 461 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111000 | 0 | 1100000 | 1000 | 10110 | 100110001 | 1011100 | 101001 |
Color Harmonies of #C708B8
Complementary color
Monochromatic Colors of #C708B8
Black with #C708B8
Text Example
Text Example
White with #C708B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708B8; }
p { color: rgb(199,8,184); }
H1.HeaderClassName
{
color: #C708B8;
}
.AnyTagClassName
{
color: #C708B8;
}
</style>
background-color css
<style>
a { background-color: #C708B8; }
a { background-color: rgb(199,8,184); }
div.DivClassName
{
background-color: #C708B8;
}
.BgClassName
{
background-color: #C708B8;
}
</style>
border-color css
<style>
span { border-color: #C708B8; }
span { border-color: rgb(199,8,184); }
td.TdClassName
{
border-color: #C708B8;
}
.TagClassName
{
border-color: #C708B8;
}
</style>