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