Shades of Medium Violet Red #C00DA1
Tints of Medium Violet Red #C00DA1
RGB
CMYK
RGB Variations
Color information
#C00DA1 (or 0xC00DA1) is known color: Medium Violet Red. HEX triplet: C0, 0D and A1. RGB value is (192,13,161). Sum of RGB (Red+Green+Blue) = 192+13+161=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DA1 is #3FF25E. Grayscale: #525252. Windows color (decimal): -4190815 or 10554816. OLE color: 10554816.
HSL color Cylindrical-coordinate representation of color #C00DA1: hue angle of 310.39º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C00DA1 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 13 | 161 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.25 |
| HSL | 310.39º | 0.87% | 0.4% | - |
| HSV(B) | 310.39º | 0.93% | 0.75% | - |
| XYZ | 28.32 | 14.07 | 34.94 | - |
| YUV | 83.39 | 171.8 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 13 | 161 | 0 | 0.93 | 0.16 | 0.25 | 310.39 | 0.87 | 0.4 |
| Hex | C0 | D | A1 | 0 | 5D | 10 | 19 | 136 | 57 | 28 |
| Octal | 300 | 15 | 241 | 0 | 135 | 20 | 31 | 466 | 127 | 50 |
| Binary | 11000000 | 1101 | 10100001 | 0 | 1011101 | 10000 | 11001 | 100110110 | 1010111 | 101000 |
Color Harmonies of #C00DA1
Complementary color
Monochromatic Colors of #C00DA1
Black with #C00DA1
Text Example
Text Example
White with #C00DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00DA1; }
p { color: rgb(192,13,161); }
H1.HeaderClassName
{
color: #C00DA1;
}
.AnyTagClassName
{
color: #C00DA1;
}
</style>
background-color css
<style>
a { background-color: #C00DA1; }
a { background-color: rgb(192,13,161); }
div.DivClassName
{
background-color: #C00DA1;
}
.BgClassName
{
background-color: #C00DA1;
}
</style>
border-color css
<style>
span { border-color: #C00DA1; }
span { border-color: rgb(192,13,161); }
td.TdClassName
{
border-color: #C00DA1;
}
.TagClassName
{
border-color: #C00DA1;
}
</style>