Shades of Medium Red Violet #C03382
Tints of Medium Red Violet #C03382
RGB
CMYK
RGB Variations
Color information
#C03382 (or 0xC03382) is known color: Medium Red Violet. HEX triplet: C0, 33 and 82. RGB value is (192,51,130). Sum of RGB (Red+Green+Blue) = 192+51+130=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C03382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03382 is #3FCC7D. Grayscale: #656565. Windows color (decimal): -4181118 or 8532928. OLE color: 8532928.
HSL color Cylindrical-coordinate representation of color #C03382: hue angle of 326.38º 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 #C03382 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 130 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.25 |
| HSL | 326.38º | 0.58% | 0.48% | - |
| HSV(B) | 326.38º | 0.73% | 0.75% | - |
| XYZ | 26.95 | 15.19 | 22.63 | - |
| YUV | 102.17 | 143.71 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 130 | 0 | 0.73 | 0.32 | 0.25 | 326.38 | 0.58 | 0.48 |
| Hex | C0 | 33 | 82 | 0 | 49 | 20 | 19 | 146 | 3A | 30 |
| Octal | 300 | 63 | 202 | 0 | 111 | 40 | 31 | 506 | 72 | 60 |
| Binary | 11000000 | 110011 | 10000010 | 0 | 1001001 | 100000 | 11001 | 101000110 | 111010 | 110000 |
Color Harmonies of #C03382
Complementary color
Monochromatic Colors of #C03382
Black with #C03382
Text Example
Text Example
White with #C03382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03382; }
p { color: rgb(192,51,130); }
H1.HeaderClassName
{
color: #C03382;
}
.AnyTagClassName
{
color: #C03382;
}
</style>
background-color css
<style>
a { background-color: #C03382; }
a { background-color: rgb(192,51,130); }
div.DivClassName
{
background-color: #C03382;
}
.BgClassName
{
background-color: #C03382;
}
</style>
border-color css
<style>
span { border-color: #C03382; }
span { border-color: rgb(192,51,130); }
td.TdClassName
{
border-color: #C03382;
}
.TagClassName
{
border-color: #C03382;
}
</style>