Shades of Medium Violet Red #C8007D
Tints of Medium Violet Red #C8007D
RGB
CMYK
RGB Variations
Color information
#C8007D (or 0xC8007D) is known color: Medium Violet Red. HEX triplet: C8, 00 and 7D. RGB value is (200,0,125). Sum of RGB (Red+Green+Blue) = 200+0+125=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8007D is #37FF82. Grayscale: #494949. Windows color (decimal): -3669891 or 8192200. OLE color: 8192200.
HSL color Cylindrical-coordinate representation of color #C8007D: hue angle of 322.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8007D is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.38 | 0.22 |
| HSL | 322.5º | 1% | 0.39% | - |
| HSV(B) | 322.5º | 1% | 0.78% | - |
| XYZ | 27.52 | 13.76 | 20.61 | - |
| YUV | 74.05 | 156.76 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 125 | 0 | 1 | 0.38 | 0.22 | 322.5 | 1 | 0.39 |
| Hex | C8 | 0 | 7D | 0 | 64 | 26 | 16 | 142 | 64 | 27 |
| Octal | 310 | 0 | 175 | 0 | 144 | 46 | 26 | 502 | 144 | 47 |
| Binary | 11001000 | 0 | 1111101 | 0 | 1100100 | 100110 | 10110 | 101000010 | 1100100 | 100111 |
Color Harmonies of #C8007D
Complementary color
Monochromatic Colors of #C8007D
Black with #C8007D
Text Example
Text Example
White with #C8007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8007D; }
p { color: rgb(200,0,125); }
H1.HeaderClassName
{
color: #C8007D;
}
.AnyTagClassName
{
color: #C8007D;
}
</style>
background-color css
<style>
a { background-color: #C8007D; }
a { background-color: rgb(200,0,125); }
div.DivClassName
{
background-color: #C8007D;
}
.BgClassName
{
background-color: #C8007D;
}
</style>
border-color css
<style>
span { border-color: #C8007D; }
span { border-color: rgb(200,0,125); }
td.TdClassName
{
border-color: #C8007D;
}
.TagClassName
{
border-color: #C8007D;
}
</style>