Shades of Medium Red Violet #C835A6
Tints of Medium Red Violet #C835A6
RGB
CMYK
RGB Variations
Color information
#C835A6 (or 0xC835A6) is known color: Medium Red Violet. HEX triplet: C8, 35 and A6. RGB value is (200,53,166). Sum of RGB (Red+Green+Blue) = 200+53+166=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C835A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C835A6 is #37CA59. Grayscale: #6D6D6D. Windows color (decimal): -3656282 or 10892744. OLE color: 10892744.
HSL color Cylindrical-coordinate representation of color #C835A6: hue angle of 313.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C835A6 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 166 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.22 |
| HSL | 313.88º | 0.58% | 0.5% | - |
| HSV(B) | 313.88º | 0.74% | 0.78% | - |
| XYZ | 31.98 | 17.58 | 37.78 | - |
| YUV | 109.84 | 159.7 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 166 | 0 | 0.74 | 0.17 | 0.22 | 313.88 | 0.58 | 0.5 |
| Hex | C8 | 35 | A6 | 0 | 4A | 11 | 16 | 13A | 3A | 32 |
| Octal | 310 | 65 | 246 | 0 | 112 | 21 | 26 | 472 | 72 | 62 |
| Binary | 11001000 | 110101 | 10100110 | 0 | 1001010 | 10001 | 10110 | 100111010 | 111010 | 110010 |
Color Harmonies of #C835A6
Complementary color
Monochromatic Colors of #C835A6
Black with #C835A6
Text Example
Text Example
White with #C835A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C835A6; }
p { color: rgb(200,53,166); }
H1.HeaderClassName
{
color: #C835A6;
}
.AnyTagClassName
{
color: #C835A6;
}
</style>
background-color css
<style>
a { background-color: #C835A6; }
a { background-color: rgb(200,53,166); }
div.DivClassName
{
background-color: #C835A6;
}
.BgClassName
{
background-color: #C835A6;
}
</style>
border-color css
<style>
span { border-color: #C835A6; }
span { border-color: rgb(200,53,166); }
td.TdClassName
{
border-color: #C835A6;
}
.TagClassName
{
border-color: #C835A6;
}
</style>