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