Shades of Medium Violet Red #C8019C
Tints of Medium Violet Red #C8019C
RGB
CMYK
RGB Variations
Color information
#C8019C (or 0xC8019C) is known color: Medium Violet Red. HEX triplet: C8, 01 and 9C. RGB value is (200,1,156). Sum of RGB (Red+Green+Blue) = 200+1+156=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8019C is #37FE63. Grayscale: #4D4D4D. Windows color (decimal): -3669604 or 10224072. OLE color: 10224072.
HSL color Cylindrical-coordinate representation of color #C8019C: hue angle of 313.27º 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 #C8019C is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 156 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.22 |
| HSL | 313.27º | 0.99% | 0.39% | - |
| HSV(B) | 313.27º | 1% | 0.78% | - |
| XYZ | 29.83 | 14.7 | 32.72 | - |
| YUV | 78.17 | 171.93 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 156 | 0 | 1.00 | 0.22 | 0.22 | 313.27 | 0.99 | 0.39 |
| Hex | C8 | 1 | 9C | 0 | 64 | 16 | 16 | 139 | 63 | 27 |
| Octal | 310 | 1 | 234 | 0 | 144 | 26 | 26 | 471 | 143 | 47 |
| Binary | 11001000 | 1 | 10011100 | 0 | 1100100 | 10110 | 10110 | 100111001 | 1100011 | 100111 |
Color Harmonies of #C8019C
Complementary color
Monochromatic Colors of #C8019C
Black with #C8019C
Text Example
Text Example
White with #C8019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8019C; }
p { color: rgb(200,1,156); }
H1.HeaderClassName
{
color: #C8019C;
}
.AnyTagClassName
{
color: #C8019C;
}
</style>
background-color css
<style>
a { background-color: #C8019C; }
a { background-color: rgb(200,1,156); }
div.DivClassName
{
background-color: #C8019C;
}
.BgClassName
{
background-color: #C8019C;
}
</style>
border-color css
<style>
span { border-color: #C8019C; }
span { border-color: rgb(200,1,156); }
td.TdClassName
{
border-color: #C8019C;
}
.TagClassName
{
border-color: #C8019C;
}
</style>