Shades of Medium Red Violet #C035A9
Tints of Medium Red Violet #C035A9
RGB
CMYK
RGB Variations
Color information
#C035A9 (or 0xC035A9) is known color: Medium Red Violet. HEX triplet: C0, 35 and A9. RGB value is (192,53,169). Sum of RGB (Red+Green+Blue) = 192+53+169=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A9 is #3FCA56. Grayscale: #6B6B6B. Windows color (decimal): -4180567 or 11089344. OLE color: 11089344.
HSL color Cylindrical-coordinate representation of color #C035A9: hue angle of 309.93º 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 #C035A9 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 169 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.25 |
| HSL | 309.93º | 0.57% | 0.48% | - |
| HSV(B) | 309.93º | 0.72% | 0.75% | - |
| XYZ | 30.17 | 16.62 | 39.15 | - |
| YUV | 107.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 169 | 0 | 0.72 | 0.12 | 0.25 | 309.93 | 0.57 | 0.48 |
| Hex | C0 | 35 | A9 | 0 | 48 | C | 19 | 136 | 39 | 30 |
| Octal | 300 | 65 | 251 | 0 | 110 | 14 | 31 | 466 | 71 | 60 |
| Binary | 11000000 | 110101 | 10101001 | 0 | 1001000 | 1100 | 11001 | 100110110 | 111001 | 110000 |
Color Harmonies of #C035A9
Complementary color
Monochromatic Colors of #C035A9
Black with #C035A9
Text Example
Text Example
White with #C035A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035A9; }
p { color: rgb(192,53,169); }
H1.HeaderClassName
{
color: #C035A9;
}
.AnyTagClassName
{
color: #C035A9;
}
</style>
background-color css
<style>
a { background-color: #C035A9; }
a { background-color: rgb(192,53,169); }
div.DivClassName
{
background-color: #C035A9;
}
.BgClassName
{
background-color: #C035A9;
}
</style>
border-color css
<style>
span { border-color: #C035A9; }
span { border-color: rgb(192,53,169); }
td.TdClassName
{
border-color: #C035A9;
}
.TagClassName
{
border-color: #C035A9;
}
</style>