Shades of Deep Magenta #C708C4
Tints of Deep Magenta #C708C4
RGB
CMYK
RGB Variations
Color information
#C708C4 (or 0xC708C4) is known color: Deep Magenta. HEX triplet: C7, 08 and C4. RGB value is (199,8,196). Sum of RGB (Red+Green+Blue) = 199+8+196=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C708C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708C4 is #38F73B. Grayscale: #555555. Windows color (decimal): -3733308 or 12847303. OLE color: 12847303.
HSL color Cylindrical-coordinate representation of color #C708C4: hue angle of 300.94º 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 #C708C4 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 196 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.22 |
| HSL | 300.94º | 0.92% | 0.41% | - |
| HSV(B) | 300.94º | 0.96% | 0.78% | - |
| XYZ | 33.6 | 16.3 | 53.6 | - |
| YUV | 86.54 | 189.78 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 196 | 0 | 0.96 | 0.02 | 0.22 | 300.94 | 0.92 | 0.41 |
| Hex | C7 | 8 | C4 | 0 | 60 | 2 | 16 | 12D | 5C | 29 |
| Octal | 307 | 10 | 304 | 0 | 140 | 2 | 26 | 455 | 134 | 51 |
| Binary | 11000111 | 1000 | 11000100 | 0 | 1100000 | 10 | 10110 | 100101101 | 1011100 | 101001 |
Color Harmonies of #C708C4
Complementary color
Monochromatic Colors of #C708C4
Black with #C708C4
Text Example
Text Example
White with #C708C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708C4; }
p { color: rgb(199,8,196); }
H1.HeaderClassName
{
color: #C708C4;
}
.AnyTagClassName
{
color: #C708C4;
}
</style>
background-color css
<style>
a { background-color: #C708C4; }
a { background-color: rgb(199,8,196); }
div.DivClassName
{
background-color: #C708C4;
}
.BgClassName
{
background-color: #C708C4;
}
</style>
border-color css
<style>
span { border-color: #C708C4; }
span { border-color: rgb(199,8,196); }
td.TdClassName
{
border-color: #C708C4;
}
.TagClassName
{
border-color: #C708C4;
}
</style>