Shades of Medium Violet Red #C8019B
Tints of Medium Violet Red #C8019B
RGB
CMYK
RGB Variations
Color information
#C8019B (or 0xC8019B) is known color: Medium Violet Red. HEX triplet: C8, 01 and 9B. RGB value is (200,1,155). Sum of RGB (Red+Green+Blue) = 200+1+155=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C8019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8019B is #37FE64. Grayscale: #4D4D4D. Windows color (decimal): -3669605 or 10158536. OLE color: 10158536.
HSL color Cylindrical-coordinate representation of color #C8019B: hue angle of 313.57º 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 #C8019B is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.22 |
| HSL | 313.57º | 0.99% | 0.39% | - |
| HSV(B) | 313.57º | 1% | 0.78% | - |
| XYZ | 29.75 | 14.67 | 32.27 | - |
| YUV | 78.06 | 171.43 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 155 | 0 | 1.00 | 0.22 | 0.22 | 313.57 | 0.99 | 0.39 |
| Hex | C8 | 1 | 9B | 0 | 64 | 16 | 16 | 13A | 63 | 27 |
| Octal | 310 | 1 | 233 | 0 | 144 | 26 | 26 | 472 | 143 | 47 |
| Binary | 11001000 | 1 | 10011011 | 0 | 1100100 | 10110 | 10110 | 100111010 | 1100011 | 100111 |
Color Harmonies of #C8019B
Complementary color
Monochromatic Colors of #C8019B
Black with #C8019B
Text Example
Text Example
White with #C8019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8019B; }
p { color: rgb(200,1,155); }
H1.HeaderClassName
{
color: #C8019B;
}
.AnyTagClassName
{
color: #C8019B;
}
</style>
background-color css
<style>
a { background-color: #C8019B; }
a { background-color: rgb(200,1,155); }
div.DivClassName
{
background-color: #C8019B;
}
.BgClassName
{
background-color: #C8019B;
}
</style>
border-color css
<style>
span { border-color: #C8019B; }
span { border-color: rgb(200,1,155); }
td.TdClassName
{
border-color: #C8019B;
}
.TagClassName
{
border-color: #C8019B;
}
</style>