Shades of Medium Violet Red #C00383
Tints of Medium Violet Red #C00383
RGB
CMYK
RGB Variations
Color information
#C00383 (or 0xC00383) is known color: Medium Violet Red. HEX triplet: C0, 03 and 83. RGB value is (192,3,131). Sum of RGB (Red+Green+Blue) = 192+3+131=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00383 is #3FFC7C. Grayscale: #494949. Windows color (decimal): -4193405 or 8586176. OLE color: 8586176.
HSL color Cylindrical-coordinate representation of color #C00383: hue angle of 319.37º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00383 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 131 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.25 |
| HSL | 319.37º | 0.97% | 0.38% | - |
| HSV(B) | 319.37º | 0.98% | 0.75% | - |
| XYZ | 25.87 | 12.91 | 22.6 | - |
| YUV | 74.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 131 | 0 | 0.98 | 0.32 | 0.25 | 319.37 | 0.97 | 0.38 |
| Hex | C0 | 3 | 83 | 0 | 62 | 20 | 19 | 13F | 61 | 26 |
| Octal | 300 | 3 | 203 | 0 | 142 | 40 | 31 | 477 | 141 | 46 |
| Binary | 11000000 | 11 | 10000011 | 0 | 1100010 | 100000 | 11001 | 100111111 | 1100001 | 100110 |
Color Harmonies of #C00383
Complementary color
Monochromatic Colors of #C00383
Black with #C00383
Text Example
Text Example
White with #C00383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00383; }
p { color: rgb(192,3,131); }
H1.HeaderClassName
{
color: #C00383;
}
.AnyTagClassName
{
color: #C00383;
}
</style>
background-color css
<style>
a { background-color: #C00383; }
a { background-color: rgb(192,3,131); }
div.DivClassName
{
background-color: #C00383;
}
.BgClassName
{
background-color: #C00383;
}
</style>
border-color css
<style>
span { border-color: #C00383; }
span { border-color: rgb(192,3,131); }
td.TdClassName
{
border-color: #C00383;
}
.TagClassName
{
border-color: #C00383;
}
</style>