Shades of Medium Violet Red #C00199
Tints of Medium Violet Red #C00199
RGB
CMYK
RGB Variations
Color information
#C00199 (or 0xC00199) is known color: Medium Violet Red. HEX triplet: C0, 01 and 99. RGB value is (192,1,153). Sum of RGB (Red+Green+Blue) = 192+1+153=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C00199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00199 is #3FFE66. Grayscale: #4B4B4B. Windows color (decimal): -4193895 or 10027456. OLE color: 10027456.
HSL color Cylindrical-coordinate representation of color #C00199: hue angle of 312.25º 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 #C00199 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 153 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.25 |
| HSL | 312.25º | 0.99% | 0.38% | - |
| HSV(B) | 312.25º | 0.99% | 0.75% | - |
| XYZ | 27.5 | 13.53 | 31.3 | - |
| YUV | 75.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 153 | 0 | 0.99 | 0.20 | 0.25 | 312.25 | 0.99 | 0.38 |
| Hex | C0 | 1 | 99 | 0 | 63 | 14 | 19 | 138 | 63 | 26 |
| Octal | 300 | 1 | 231 | 0 | 143 | 24 | 31 | 470 | 143 | 46 |
| Binary | 11000000 | 1 | 10011001 | 0 | 1100011 | 10100 | 11001 | 100111000 | 1100011 | 100110 |
Color Harmonies of #C00199
Complementary color
Monochromatic Colors of #C00199
Black with #C00199
Text Example
Text Example
White with #C00199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00199; }
p { color: rgb(192,1,153); }
H1.HeaderClassName
{
color: #C00199;
}
.AnyTagClassName
{
color: #C00199;
}
</style>
background-color css
<style>
a { background-color: #C00199; }
a { background-color: rgb(192,1,153); }
div.DivClassName
{
background-color: #C00199;
}
.BgClassName
{
background-color: #C00199;
}
</style>
border-color css
<style>
span { border-color: #C00199; }
span { border-color: rgb(192,1,153); }
td.TdClassName
{
border-color: #C00199;
}
.TagClassName
{
border-color: #C00199;
}
</style>