Shades of Medium Red Violet #C03380
Tints of Medium Red Violet #C03380
RGB
CMYK
RGB Variations
Color information
#C03380 (or 0xC03380) is known color: Medium Red Violet. HEX triplet: C0, 33 and 80. RGB value is (192,51,128). Sum of RGB (Red+Green+Blue) = 192+51+128=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C03380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03380 is #3FCC7F. Grayscale: #656565. Windows color (decimal): -4181120 or 8401856. OLE color: 8401856.
HSL color Cylindrical-coordinate representation of color #C03380: hue angle of 327.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03380 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 128 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.25 |
| HSL | 327.23º | 0.58% | 0.48% | - |
| HSV(B) | 327.23º | 0.73% | 0.75% | - |
| XYZ | 26.82 | 15.13 | 21.93 | - |
| YUV | 101.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 128 | 0 | 0.73 | 0.33 | 0.25 | 327.23 | 0.58 | 0.48 |
| Hex | C0 | 33 | 80 | 0 | 49 | 21 | 19 | 147 | 3A | 30 |
| Octal | 300 | 63 | 200 | 0 | 111 | 41 | 31 | 507 | 72 | 60 |
| Binary | 11000000 | 110011 | 10000000 | 0 | 1001001 | 100001 | 11001 | 101000111 | 111010 | 110000 |
Color Harmonies of #C03380
Complementary color
Monochromatic Colors of #C03380
Black with #C03380
Text Example
Text Example
White with #C03380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03380; }
p { color: rgb(192,51,128); }
H1.HeaderClassName
{
color: #C03380;
}
.AnyTagClassName
{
color: #C03380;
}
</style>
background-color css
<style>
a { background-color: #C03380; }
a { background-color: rgb(192,51,128); }
div.DivClassName
{
background-color: #C03380;
}
.BgClassName
{
background-color: #C03380;
}
</style>
border-color css
<style>
span { border-color: #C03380; }
span { border-color: rgb(192,51,128); }
td.TdClassName
{
border-color: #C03380;
}
.TagClassName
{
border-color: #C03380;
}
</style>