Shades of Deep Magenta #C708CB
Tints of Deep Magenta #C708CB
RGB
CMYK
RGB Variations
Color information
#C708CB (or 0xC708CB) is known color: Deep Magenta. HEX triplet: C7, 08 and CB. RGB value is (199,8,203). Sum of RGB (Red+Green+Blue) = 199+8+203=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #C708CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C708CB is #38F734. Grayscale: #565656. Windows color (decimal): -3733301 or 13306055. OLE color: 13306055.
HSL color Cylindrical-coordinate representation of color #C708CB: hue angle of 298.77º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C708CB is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 8 | 203 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.20 |
| HSL | 298.77º | 0.92% | 0.41% | - |
| HSV(B) | 298.77º | 0.96% | 0.8% | - |
| XYZ | 34.42 | 16.63 | 57.9 | - |
| YUV | 87.34 | 193.28 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 203 | 0.02 | 0.96 | 0 | 0.20 | 298.77 | 0.92 | 0.41 |
| Hex | C7 | 8 | CB | 2 | 60 | 0 | 14 | 12B | 5C | 29 |
| Octal | 307 | 10 | 313 | 2 | 140 | 0 | 24 | 453 | 134 | 51 |
| Binary | 11000111 | 1000 | 11001011 | 10 | 1100000 | 0 | 10100 | 100101011 | 1011100 | 101001 |
Color Harmonies of #C708CB
Complementary color
Monochromatic Colors of #C708CB
Black with #C708CB
Text Example
Text Example
White with #C708CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708CB; }
p { color: rgb(199,8,203); }
H1.HeaderClassName
{
color: #C708CB;
}
.AnyTagClassName
{
color: #C708CB;
}
</style>
background-color css
<style>
a { background-color: #C708CB; }
a { background-color: rgb(199,8,203); }
div.DivClassName
{
background-color: #C708CB;
}
.BgClassName
{
background-color: #C708CB;
}
</style>
border-color css
<style>
span { border-color: #C708CB; }
span { border-color: rgb(199,8,203); }
td.TdClassName
{
border-color: #C708CB;
}
.TagClassName
{
border-color: #C708CB;
}
</style>