Shades of Medium Violet Red #C00388
Tints of Medium Violet Red #C00388
RGB
CMYK
RGB Variations
Color information
#C00388 (or 0xC00388) is known color: Medium Violet Red. HEX triplet: C0, 03 and 88. RGB value is (192,3,136). Sum of RGB (Red+Green+Blue) = 192+3+136=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00388 is #3FFC77. Grayscale: #4A4A4A. Windows color (decimal): -4193400 or 8913856. OLE color: 8913856.
HSL color Cylindrical-coordinate representation of color #C00388: hue angle of 317.78º 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 #C00388 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.25 |
| HSL | 317.78º | 0.97% | 0.38% | - |
| HSV(B) | 317.78º | 0.98% | 0.75% | - |
| XYZ | 26.21 | 13.05 | 24.43 | - |
| YUV | 74.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 3 | 136 | 0 | 0.98 | 0.29 | 0.25 | 317.78 | 0.97 | 0.38 |
| Hex | C0 | 3 | 88 | 0 | 62 | 1D | 19 | 13E | 61 | 26 |
| Octal | 300 | 3 | 210 | 0 | 142 | 35 | 31 | 476 | 141 | 46 |
| Binary | 11000000 | 11 | 10001000 | 0 | 1100010 | 11101 | 11001 | 100111110 | 1100001 | 100110 |
Color Harmonies of #C00388
Complementary color
Monochromatic Colors of #C00388
Black with #C00388
Text Example
Text Example
White with #C00388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00388; }
p { color: rgb(192,3,136); }
H1.HeaderClassName
{
color: #C00388;
}
.AnyTagClassName
{
color: #C00388;
}
</style>
background-color css
<style>
a { background-color: #C00388; }
a { background-color: rgb(192,3,136); }
div.DivClassName
{
background-color: #C00388;
}
.BgClassName
{
background-color: #C00388;
}
</style>
border-color css
<style>
span { border-color: #C00388; }
span { border-color: rgb(192,3,136); }
td.TdClassName
{
border-color: #C00388;
}
.TagClassName
{
border-color: #C00388;
}
</style>