Shades of Medium Violet Red #C00A9D
Tints of Medium Violet Red #C00A9D
RGB
CMYK
RGB Variations
Color information
#C00A9D (or 0xC00A9D) is known color: Medium Violet Red. HEX triplet: C0, 0A and 9D. RGB value is (192,10,157). Sum of RGB (Red+Green+Blue) = 192+10+157=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00A9D is #3FF562. Grayscale: #505050. Windows color (decimal): -4191587 or 10291904. OLE color: 10291904.
HSL color Cylindrical-coordinate representation of color #C00A9D: hue angle of 311.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A9D is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 157 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.25 |
| HSL | 311.54º | 0.9% | 0.4% | - |
| HSV(B) | 311.54º | 0.95% | 0.75% | - |
| XYZ | 27.93 | 13.86 | 33.1 | - |
| YUV | 81.18 | 170.8 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 157 | 0 | 0.95 | 0.18 | 0.25 | 311.54 | 0.9 | 0.4 |
| Hex | C0 | A | 9D | 0 | 5F | 12 | 19 | 138 | 5A | 28 |
| Octal | 300 | 12 | 235 | 0 | 137 | 22 | 31 | 470 | 132 | 50 |
| Binary | 11000000 | 1010 | 10011101 | 0 | 1011111 | 10010 | 11001 | 100111000 | 1011010 | 101000 |
Color Harmonies of #C00A9D
Complementary color
Monochromatic Colors of #C00A9D
Black with #C00A9D
Text Example
Text Example
White with #C00A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A9D; }
p { color: rgb(192,10,157); }
H1.HeaderClassName
{
color: #C00A9D;
}
.AnyTagClassName
{
color: #C00A9D;
}
</style>
background-color css
<style>
a { background-color: #C00A9D; }
a { background-color: rgb(192,10,157); }
div.DivClassName
{
background-color: #C00A9D;
}
.BgClassName
{
background-color: #C00A9D;
}
</style>
border-color css
<style>
span { border-color: #C00A9D; }
span { border-color: rgb(192,10,157); }
td.TdClassName
{
border-color: #C00A9D;
}
.TagClassName
{
border-color: #C00A9D;
}
</style>