Shades of Medium Violet Red #C00185
Tints of Medium Violet Red #C00185
RGB
CMYK
RGB Variations
Color information
#C00185 (or 0xC00185) is known color: Medium Violet Red. HEX triplet: C0, 01 and 85. RGB value is (192,1,133). Sum of RGB (Red+Green+Blue) = 192+1+133=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00185 is #3FFE7A. Grayscale: #484848. Windows color (decimal): -4193915 or 8716736. OLE color: 8716736.
HSL color Cylindrical-coordinate representation of color #C00185: hue angle of 318.53º 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 #C00185 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.25 |
| HSL | 318.53º | 0.99% | 0.38% | - |
| HSV(B) | 318.53º | 0.99% | 0.75% | - |
| XYZ | 25.98 | 12.92 | 23.31 | - |
| YUV | 73.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 133 | 0 | 0.99 | 0.31 | 0.25 | 318.53 | 0.99 | 0.38 |
| Hex | C0 | 1 | 85 | 0 | 63 | 1F | 19 | 13F | 63 | 26 |
| Octal | 300 | 1 | 205 | 0 | 143 | 37 | 31 | 477 | 143 | 46 |
| Binary | 11000000 | 1 | 10000101 | 0 | 1100011 | 11111 | 11001 | 100111111 | 1100011 | 100110 |
Color Harmonies of #C00185
Complementary color
Monochromatic Colors of #C00185
Black with #C00185
Text Example
Text Example
White with #C00185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00185; }
p { color: rgb(192,1,133); }
H1.HeaderClassName
{
color: #C00185;
}
.AnyTagClassName
{
color: #C00185;
}
</style>
background-color css
<style>
a { background-color: #C00185; }
a { background-color: rgb(192,1,133); }
div.DivClassName
{
background-color: #C00185;
}
.BgClassName
{
background-color: #C00185;
}
</style>
border-color css
<style>
span { border-color: #C00185; }
span { border-color: rgb(192,1,133); }
td.TdClassName
{
border-color: #C00185;
}
.TagClassName
{
border-color: #C00185;
}
</style>