Shades of Medium Red Violet #C03290
Tints of Medium Red Violet #C03290
RGB
CMYK
RGB Variations
Color information
#C03290 (or 0xC03290) is known color: Medium Red Violet. HEX triplet: C0, 32 and 90. RGB value is (192,50,144). Sum of RGB (Red+Green+Blue) = 192+50+144=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C03290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03290 is #3FCD6F. Grayscale: #666666. Windows color (decimal): -4181360 or 9450176. OLE color: 9450176.
HSL color Cylindrical-coordinate representation of color #C03290: hue angle of 320.28º 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 #C03290 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 144 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.25 |
| HSL | 320.28º | 0.59% | 0.47% | - |
| HSV(B) | 320.28º | 0.74% | 0.75% | - |
| XYZ | 27.91 | 15.5 | 27.91 | - |
| YUV | 103.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 144 | 0 | 0.74 | 0.25 | 0.25 | 320.28 | 0.59 | 0.47 |
| Hex | C0 | 32 | 90 | 0 | 4A | 19 | 19 | 140 | 3B | 2F |
| Octal | 300 | 62 | 220 | 0 | 112 | 31 | 31 | 500 | 73 | 57 |
| Binary | 11000000 | 110010 | 10010000 | 0 | 1001010 | 11001 | 11001 | 101000000 | 111011 | 101111 |
Color Harmonies of #C03290
Complementary color
Monochromatic Colors of #C03290
Black with #C03290
Text Example
Text Example
White with #C03290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03290; }
p { color: rgb(192,50,144); }
H1.HeaderClassName
{
color: #C03290;
}
.AnyTagClassName
{
color: #C03290;
}
</style>
background-color css
<style>
a { background-color: #C03290; }
a { background-color: rgb(192,50,144); }
div.DivClassName
{
background-color: #C03290;
}
.BgClassName
{
background-color: #C03290;
}
</style>
border-color css
<style>
span { border-color: #C03290; }
span { border-color: rgb(192,50,144); }
td.TdClassName
{
border-color: #C03290;
}
.TagClassName
{
border-color: #C03290;
}
</style>