Shades of Medium Violet Red #C8019D
Tints of Medium Violet Red #C8019D
RGB
CMYK
RGB Variations
Color information
#C8019D (or 0xC8019D) is known color: Medium Violet Red. HEX triplet: C8, 01 and 9D. RGB value is (200,1,157). Sum of RGB (Red+Green+Blue) = 200+1+157=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8019D is #37FE62. Grayscale: #4D4D4D. Windows color (decimal): -3669603 or 10289608. OLE color: 10289608.
HSL color Cylindrical-coordinate representation of color #C8019D: hue angle of 312.96º 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 #C8019D is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.22 |
| HSL | 312.96º | 0.99% | 0.39% | - |
| HSV(B) | 312.96º | 1% | 0.78% | - |
| XYZ | 29.92 | 14.74 | 33.17 | - |
| YUV | 78.29 | 172.43 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 157 | 0 | 1.00 | 0.22 | 0.22 | 312.96 | 0.99 | 0.39 |
| Hex | C8 | 1 | 9D | 0 | 64 | 16 | 16 | 139 | 63 | 27 |
| Octal | 310 | 1 | 235 | 0 | 144 | 26 | 26 | 471 | 143 | 47 |
| Binary | 11001000 | 1 | 10011101 | 0 | 1100100 | 10110 | 10110 | 100111001 | 1100011 | 100111 |
Color Harmonies of #C8019D
Complementary color
Monochromatic Colors of #C8019D
Black with #C8019D
Text Example
Text Example
White with #C8019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8019D; }
p { color: rgb(200,1,157); }
H1.HeaderClassName
{
color: #C8019D;
}
.AnyTagClassName
{
color: #C8019D;
}
</style>
background-color css
<style>
a { background-color: #C8019D; }
a { background-color: rgb(200,1,157); }
div.DivClassName
{
background-color: #C8019D;
}
.BgClassName
{
background-color: #C8019D;
}
</style>
border-color css
<style>
span { border-color: #C8019D; }
span { border-color: rgb(200,1,157); }
td.TdClassName
{
border-color: #C8019D;
}
.TagClassName
{
border-color: #C8019D;
}
</style>