Shades of Medium Red Violet #C03C97
Tints of Medium Red Violet #C03C97
RGB
CMYK
RGB Variations
Color information
#C03C97 (or 0xC03C97) is known color: Medium Red Violet. HEX triplet: C0, 3C and 97. RGB value is (192,60,151). Sum of RGB (Red+Green+Blue) = 192+60+151=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03C97 is #3FC368. Grayscale: #6D6D6D. Windows color (decimal): -4178793 or 9911488. OLE color: 9911488.
HSL color Cylindrical-coordinate representation of color #C03C97: hue angle of 318.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C97 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 151 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.25 |
| HSL | 318.64º | 0.52% | 0.49% | - |
| HSV(B) | 318.64º | 0.69% | 0.75% | - |
| XYZ | 28.94 | 16.67 | 30.97 | - |
| YUV | 109.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 151 | 0 | 0.69 | 0.21 | 0.25 | 318.64 | 0.52 | 0.49 |
| Hex | C0 | 3C | 97 | 0 | 45 | 15 | 19 | 13F | 34 | 31 |
| Octal | 300 | 74 | 227 | 0 | 105 | 25 | 31 | 477 | 64 | 61 |
| Binary | 11000000 | 111100 | 10010111 | 0 | 1000101 | 10101 | 11001 | 100111111 | 110100 | 110001 |
Color Harmonies of #C03C97
Complementary color
Monochromatic Colors of #C03C97
Black with #C03C97
Text Example
Text Example
White with #C03C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C97; }
p { color: rgb(192,60,151); }
H1.HeaderClassName
{
color: #C03C97;
}
.AnyTagClassName
{
color: #C03C97;
}
</style>
background-color css
<style>
a { background-color: #C03C97; }
a { background-color: rgb(192,60,151); }
div.DivClassName
{
background-color: #C03C97;
}
.BgClassName
{
background-color: #C03C97;
}
</style>
border-color css
<style>
span { border-color: #C03C97; }
span { border-color: rgb(192,60,151); }
td.TdClassName
{
border-color: #C03C97;
}
.TagClassName
{
border-color: #C03C97;
}
</style>