Shades of Medium Red Violet #C034A3
Tints of Medium Red Violet #C034A3
RGB
CMYK
RGB Variations
Color information
#C034A3 (or 0xC034A3) is known color: Medium Red Violet. HEX triplet: C0, 34 and A3. RGB value is (192,52,163). Sum of RGB (Red+Green+Blue) = 192+52+163=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C034A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C034A3 is #3FCB5C. Grayscale: #6A6A6A. Windows color (decimal): -4180829 or 10695872. OLE color: 10695872.
HSL color Cylindrical-coordinate representation of color #C034A3: hue angle of 312.43º degrees, saturation: 0.57, 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 #C034A3 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 163 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.25 |
| HSL | 312.43º | 0.57% | 0.48% | - |
| HSV(B) | 312.43º | 0.73% | 0.75% | - |
| XYZ | 29.58 | 16.31 | 36.24 | - |
| YUV | 106.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 163 | 0 | 0.73 | 0.15 | 0.25 | 312.43 | 0.57 | 0.48 |
| Hex | C0 | 34 | A3 | 0 | 49 | F | 19 | 138 | 39 | 30 |
| Octal | 300 | 64 | 243 | 0 | 111 | 17 | 31 | 470 | 71 | 60 |
| Binary | 11000000 | 110100 | 10100011 | 0 | 1001001 | 1111 | 11001 | 100111000 | 111001 | 110000 |
Color Harmonies of #C034A3
Complementary color
Monochromatic Colors of #C034A3
Black with #C034A3
Text Example
Text Example
White with #C034A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C034A3; }
p { color: rgb(192,52,163); }
H1.HeaderClassName
{
color: #C034A3;
}
.AnyTagClassName
{
color: #C034A3;
}
</style>
background-color css
<style>
a { background-color: #C034A3; }
a { background-color: rgb(192,52,163); }
div.DivClassName
{
background-color: #C034A3;
}
.BgClassName
{
background-color: #C034A3;
}
</style>
border-color css
<style>
span { border-color: #C034A3; }
span { border-color: rgb(192,52,163); }
td.TdClassName
{
border-color: #C034A3;
}
.TagClassName
{
border-color: #C034A3;
}
</style>