Shades of Medium Violet Red #C8017C
Tints of Medium Violet Red #C8017C
RGB
CMYK
RGB Variations
Color information
#C8017C (or 0xC8017C) is known color: Medium Violet Red. HEX triplet: C8, 01 and 7C. RGB value is (200,1,124). Sum of RGB (Red+Green+Blue) = 200+1+124=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8017C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8017C is #37FE83. Grayscale: #4A4A4A. Windows color (decimal): -3669636 or 8126920. OLE color: 8126920.
HSL color Cylindrical-coordinate representation of color #C8017C: hue angle of 322.91º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8017C is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 124 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.22 |
| HSL | 322.91º | 0.99% | 0.39% | - |
| HSV(B) | 322.91º | 1% | 0.78% | - |
| XYZ | 27.47 | 13.76 | 20.28 | - |
| YUV | 74.52 | 155.93 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 124 | 0 | 1.00 | 0.38 | 0.22 | 322.91 | 0.99 | 0.39 |
| Hex | C8 | 1 | 7C | 0 | 64 | 26 | 16 | 143 | 63 | 27 |
| Octal | 310 | 1 | 174 | 0 | 144 | 46 | 26 | 503 | 143 | 47 |
| Binary | 11001000 | 1 | 1111100 | 0 | 1100100 | 100110 | 10110 | 101000011 | 1100011 | 100111 |
Color Harmonies of #C8017C
Complementary color
Monochromatic Colors of #C8017C
Black with #C8017C
Text Example
Text Example
White with #C8017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8017C; }
p { color: rgb(200,1,124); }
H1.HeaderClassName
{
color: #C8017C;
}
.AnyTagClassName
{
color: #C8017C;
}
</style>
background-color css
<style>
a { background-color: #C8017C; }
a { background-color: rgb(200,1,124); }
div.DivClassName
{
background-color: #C8017C;
}
.BgClassName
{
background-color: #C8017C;
}
</style>
border-color css
<style>
span { border-color: #C8017C; }
span { border-color: rgb(200,1,124); }
td.TdClassName
{
border-color: #C8017C;
}
.TagClassName
{
border-color: #C8017C;
}
</style>