Shades of Medium Red Violet #C035A8
Tints of Medium Red Violet #C035A8
RGB
CMYK
RGB Variations
Color information
#C035A8 (or 0xC035A8) is known color: Medium Red Violet. HEX triplet: C0, 35 and A8. RGB value is (192,53,168). Sum of RGB (Red+Green+Blue) = 192+53+168=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C035A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C035A8 is #3FCA57. Grayscale: #6B6B6B. Windows color (decimal): -4180568 or 11023808. OLE color: 11023808.
HSL color Cylindrical-coordinate representation of color #C035A8: hue angle of 310.36º 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 #C035A8 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 168 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.25 |
| HSL | 310.36º | 0.57% | 0.48% | - |
| HSV(B) | 310.36º | 0.72% | 0.75% | - |
| XYZ | 30.08 | 16.58 | 38.66 | - |
| YUV | 107.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 168 | 0 | 0.72 | 0.12 | 0.25 | 310.36 | 0.57 | 0.48 |
| Hex | C0 | 35 | A8 | 0 | 48 | C | 19 | 136 | 39 | 30 |
| Octal | 300 | 65 | 250 | 0 | 110 | 14 | 31 | 466 | 71 | 60 |
| Binary | 11000000 | 110101 | 10101000 | 0 | 1001000 | 1100 | 11001 | 100110110 | 111001 | 110000 |
Color Harmonies of #C035A8
Complementary color
Monochromatic Colors of #C035A8
Black with #C035A8
Text Example
Text Example
White with #C035A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C035A8; }
p { color: rgb(192,53,168); }
H1.HeaderClassName
{
color: #C035A8;
}
.AnyTagClassName
{
color: #C035A8;
}
</style>
background-color css
<style>
a { background-color: #C035A8; }
a { background-color: rgb(192,53,168); }
div.DivClassName
{
background-color: #C035A8;
}
.BgClassName
{
background-color: #C035A8;
}
</style>
border-color css
<style>
span { border-color: #C035A8; }
span { border-color: rgb(192,53,168); }
td.TdClassName
{
border-color: #C035A8;
}
.TagClassName
{
border-color: #C035A8;
}
</style>