Shades of Medium Red Violet #C03274
Tints of Medium Red Violet #C03274
RGB
CMYK
RGB Variations
Color information
#C03274 (or 0xC03274) is known color: Medium Red Violet. HEX triplet: C0, 32 and 74. RGB value is (192,50,116). Sum of RGB (Red+Green+Blue) = 192+50+116=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C03274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03274 is #3FCD8B. Grayscale: #636363. Windows color (decimal): -4181388 or 7615168. OLE color: 7615168.
HSL color Cylindrical-coordinate representation of color #C03274: hue angle of 332.11º 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 #C03274 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 116 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.25 |
| HSL | 332.11º | 0.59% | 0.47% | - |
| HSV(B) | 332.11º | 0.74% | 0.75% | - |
| XYZ | 26.03 | 14.75 | 18 | - |
| YUV | 99.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 116 | 0 | 0.74 | 0.40 | 0.25 | 332.11 | 0.59 | 0.47 |
| Hex | C0 | 32 | 74 | 0 | 4A | 28 | 19 | 14C | 3B | 2F |
| Octal | 300 | 62 | 164 | 0 | 112 | 50 | 31 | 514 | 73 | 57 |
| Binary | 11000000 | 110010 | 1110100 | 0 | 1001010 | 101000 | 11001 | 101001100 | 111011 | 101111 |
Color Harmonies of #C03274
Complementary color
Monochromatic Colors of #C03274
Black with #C03274
Text Example
Text Example
White with #C03274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03274; }
p { color: rgb(192,50,116); }
H1.HeaderClassName
{
color: #C03274;
}
.AnyTagClassName
{
color: #C03274;
}
</style>
background-color css
<style>
a { background-color: #C03274; }
a { background-color: rgb(192,50,116); }
div.DivClassName
{
background-color: #C03274;
}
.BgClassName
{
background-color: #C03274;
}
</style>
border-color css
<style>
span { border-color: #C03274; }
span { border-color: rgb(192,50,116); }
td.TdClassName
{
border-color: #C03274;
}
.TagClassName
{
border-color: #C03274;
}
</style>