Shades of Medium Violet Red #C00183
Tints of Medium Violet Red #C00183
RGB
CMYK
RGB Variations
Color information
#C00183 (or 0xC00183) is known color: Medium Violet Red. HEX triplet: C0, 01 and 83. RGB value is (192,1,131). Sum of RGB (Red+Green+Blue) = 192+1+131=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C00183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00183 is #3FFE7C. Grayscale: #484848. Windows color (decimal): -4193917 or 8585664. OLE color: 8585664.
HSL color Cylindrical-coordinate representation of color #C00183: hue angle of 319.16º 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 #C00183 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.16º | 0.99% | 0.38% | - |
| HSV(B) | 319.16º | 0.99% | 0.75% | - |
| XYZ | 25.85 | 12.87 | 22.59 | - |
| YUV | 72.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 1 | 131 | 0 | 0.99 | 0.32 | 0.25 | 319.16 | 0.99 | 0.38 |
| Hex | C0 | 1 | 83 | 0 | 63 | 20 | 19 | 13F | 63 | 26 |
| Octal | 300 | 1 | 203 | 0 | 143 | 40 | 31 | 477 | 143 | 46 |
| Binary | 11000000 | 1 | 10000011 | 0 | 1100011 | 100000 | 11001 | 100111111 | 1100011 | 100110 |
Color Harmonies of #C00183
Complementary color
Monochromatic Colors of #C00183
Black with #C00183
Text Example
Text Example
White with #C00183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00183; }
p { color: rgb(192,1,131); }
H1.HeaderClassName
{
color: #C00183;
}
.AnyTagClassName
{
color: #C00183;
}
</style>
background-color css
<style>
a { background-color: #C00183; }
a { background-color: rgb(192,1,131); }
div.DivClassName
{
background-color: #C00183;
}
.BgClassName
{
background-color: #C00183;
}
</style>
border-color css
<style>
span { border-color: #C00183; }
span { border-color: rgb(192,1,131); }
td.TdClassName
{
border-color: #C00183;
}
.TagClassName
{
border-color: #C00183;
}
</style>