Shades of Medium Violet Red #C00195
Tints of Medium Violet Red #C00195
RGB
CMYK
RGB Variations
Color information
#C00195 (or 0xC00195) is known color: Medium Violet Red. HEX triplet: C0, 01 and 95. RGB value is (192,1,149). Sum of RGB (Red+Green+Blue) = 192+1+149=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 149 (58.59% from 255 or 43.57% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C00195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00195 is #3FFE6A. Grayscale: #4A4A4A. Windows color (decimal): -4193899 or 9765312. OLE color: 9765312.
HSL color Cylindrical-coordinate representation of color #C00195: hue angle of 313.51º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00195 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 149 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.25 |
| HSL | 313.51º | 0.99% | 0.38% | - |
| HSV(B) | 313.51º | 0.99% | 0.75% | - |
| XYZ | 27.17 | 13.4 | 29.59 | - |
| YUV | 74.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 149 | 0 | 0.99 | 0.22 | 0.25 | 313.51 | 0.99 | 0.38 |
| Hex | C0 | 1 | 95 | 0 | 63 | 16 | 19 | 13A | 63 | 26 |
| Octal | 300 | 1 | 225 | 0 | 143 | 26 | 31 | 472 | 143 | 46 |
| Binary | 11000000 | 1 | 10010101 | 0 | 1100011 | 10110 | 11001 | 100111010 | 1100011 | 100110 |
Color Harmonies of #C00195
Complementary color
Monochromatic Colors of #C00195
Black with #C00195
Text Example
Text Example
White with #C00195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00195; }
p { color: rgb(192,1,149); }
H1.HeaderClassName
{
color: #C00195;
}
.AnyTagClassName
{
color: #C00195;
}
</style>
background-color css
<style>
a { background-color: #C00195; }
a { background-color: rgb(192,1,149); }
div.DivClassName
{
background-color: #C00195;
}
.BgClassName
{
background-color: #C00195;
}
</style>
border-color css
<style>
span { border-color: #C00195; }
span { border-color: rgb(192,1,149); }
td.TdClassName
{
border-color: #C00195;
}
.TagClassName
{
border-color: #C00195;
}
</style>