Shades of Medium Red Violet #C035A6
Tints of Medium Red Violet #C035A6
RGB
CMYK
RGB Variations
Color information
#C035A6 (or 0xC035A6) is known color: Medium Red Violet. HEX triplet: C0, 35 and A6. RGB value is (192,53,166). Sum of RGB (Red+Green+Blue) = 192+53+166=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A6 is #3FCA59. Grayscale: #6B6B6B. Windows color (decimal): -4180570 or 10892736. OLE color: 10892736.
HSL color Cylindrical-coordinate representation of color #C035A6: hue angle of 311.22º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C035A6 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 166 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.25 |
| HSL | 311.22º | 0.57% | 0.48% | - |
| HSV(B) | 311.22º | 0.72% | 0.75% | - |
| XYZ | 29.89 | 16.51 | 37.69 | - |
| YUV | 107.44 | 161.05 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 166 | 0 | 0.72 | 0.14 | 0.25 | 311.22 | 0.57 | 0.48 |
| Hex | C0 | 35 | A6 | 0 | 48 | E | 19 | 137 | 39 | 30 |
| Octal | 300 | 65 | 246 | 0 | 110 | 16 | 31 | 467 | 71 | 60 |
| Binary | 11000000 | 110101 | 10100110 | 0 | 1001000 | 1110 | 11001 | 100110111 | 111001 | 110000 |
Color Harmonies of #C035A6
Complementary color
Monochromatic Colors of #C035A6
Black with #C035A6
Text Example
Text Example
White with #C035A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035A6; }
p { color: rgb(192,53,166); }
H1.HeaderClassName
{
color: #C035A6;
}
.AnyTagClassName
{
color: #C035A6;
}
</style>
background-color css
<style>
a { background-color: #C035A6; }
a { background-color: rgb(192,53,166); }
div.DivClassName
{
background-color: #C035A6;
}
.BgClassName
{
background-color: #C035A6;
}
</style>
border-color css
<style>
span { border-color: #C035A6; }
span { border-color: rgb(192,53,166); }
td.TdClassName
{
border-color: #C035A6;
}
.TagClassName
{
border-color: #C035A6;
}
</style>