Shades of Deep Magenta #C708BD
Tints of Deep Magenta #C708BD
RGB
CMYK
RGB Variations
Color information
#C708BD (or 0xC708BD) is known color: Deep Magenta. HEX triplet: C7, 08 and BD. RGB value is (199,8,189). Sum of RGB (Red+Green+Blue) = 199+8+189=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C708BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708BD is #38F742. Grayscale: #555555. Windows color (decimal): -3733315 or 12388551. OLE color: 12388551.
HSL color Cylindrical-coordinate representation of color #C708BD: hue angle of 303.14º 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 #C708BD is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 189 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.22 |
| HSL | 303.14º | 0.92% | 0.41% | - |
| HSV(B) | 303.14º | 0.96% | 0.78% | - |
| XYZ | 32.83 | 15.99 | 49.5 | - |
| YUV | 85.74 | 186.28 | 208.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 189 | 0 | 0.96 | 0.05 | 0.22 | 303.14 | 0.92 | 0.41 |
| Hex | C7 | 8 | BD | 0 | 60 | 5 | 16 | 12F | 5C | 29 |
| Octal | 307 | 10 | 275 | 0 | 140 | 5 | 26 | 457 | 134 | 51 |
| Binary | 11000111 | 1000 | 10111101 | 0 | 1100000 | 101 | 10110 | 100101111 | 1011100 | 101001 |
Color Harmonies of #C708BD
Complementary color
Monochromatic Colors of #C708BD
Black with #C708BD
Text Example
Text Example
White with #C708BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708BD; }
p { color: rgb(199,8,189); }
H1.HeaderClassName
{
color: #C708BD;
}
.AnyTagClassName
{
color: #C708BD;
}
</style>
background-color css
<style>
a { background-color: #C708BD; }
a { background-color: rgb(199,8,189); }
div.DivClassName
{
background-color: #C708BD;
}
.BgClassName
{
background-color: #C708BD;
}
</style>
border-color css
<style>
span { border-color: #C708BD; }
span { border-color: rgb(199,8,189); }
td.TdClassName
{
border-color: #C708BD;
}
.TagClassName
{
border-color: #C708BD;
}
</style>