Shades of Medium Red Violet #C03286
Tints of Medium Red Violet #C03286
RGB
CMYK
RGB Variations
Color information
#C03286 (or 0xC03286) is known color: Medium Red Violet. HEX triplet: C0, 32 and 86. RGB value is (192,50,134). Sum of RGB (Red+Green+Blue) = 192+50+134=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03286 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03286 is #3FCD79. Grayscale: #656565. Windows color (decimal): -4181370 or 8794816. OLE color: 8794816.
HSL color Cylindrical-coordinate representation of color #C03286: hue angle of 324.51º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03286 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 134 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.25 |
| HSL | 324.51º | 0.59% | 0.47% | - |
| HSV(B) | 324.51º | 0.74% | 0.75% | - |
| XYZ | 27.18 | 15.21 | 24.06 | - |
| YUV | 102.03 | 146.04 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 134 | 0 | 0.74 | 0.30 | 0.25 | 324.51 | 0.59 | 0.47 |
| Hex | C0 | 32 | 86 | 0 | 4A | 1E | 19 | 145 | 3B | 2F |
| Octal | 300 | 62 | 206 | 0 | 112 | 36 | 31 | 505 | 73 | 57 |
| Binary | 11000000 | 110010 | 10000110 | 0 | 1001010 | 11110 | 11001 | 101000101 | 111011 | 101111 |
Color Harmonies of #C03286
Complementary color
Monochromatic Colors of #C03286
Black with #C03286
Text Example
Text Example
White with #C03286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03286; }
p { color: rgb(192,50,134); }
H1.HeaderClassName
{
color: #C03286;
}
.AnyTagClassName
{
color: #C03286;
}
</style>
background-color css
<style>
a { background-color: #C03286; }
a { background-color: rgb(192,50,134); }
div.DivClassName
{
background-color: #C03286;
}
.BgClassName
{
background-color: #C03286;
}
</style>
border-color css
<style>
span { border-color: #C03286; }
span { border-color: rgb(192,50,134); }
td.TdClassName
{
border-color: #C03286;
}
.TagClassName
{
border-color: #C03286;
}
</style>