Shades of Medium Red Violet #C832A6
Tints of Medium Red Violet #C832A6
RGB
CMYK
RGB Variations
Color information
#C832A6 (or 0xC832A6) is known color: Medium Red Violet. HEX triplet: C8, 32 and A6. RGB value is (200,50,166). Sum of RGB (Red+Green+Blue) = 200+50+166=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C832A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C832A6 is #37CD59. Grayscale: #6B6B6B. Windows color (decimal): -3657050 or 10891976. OLE color: 10891976.
HSL color Cylindrical-coordinate representation of color #C832A6: hue angle of 313.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C832A6 is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 166 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.22 |
| HSL | 313.6º | 0.6% | 0.49% | - |
| HSV(B) | 313.6º | 0.75% | 0.78% | - |
| XYZ | 31.84 | 17.31 | 37.74 | - |
| YUV | 108.07 | 160.7 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 166 | 0 | 0.75 | 0.17 | 0.22 | 313.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | A6 | 0 | 4B | 11 | 16 | 13A | 3C | 31 |
| Octal | 310 | 62 | 246 | 0 | 113 | 21 | 26 | 472 | 74 | 61 |
| Binary | 11001000 | 110010 | 10100110 | 0 | 1001011 | 10001 | 10110 | 100111010 | 111100 | 110001 |
Color Harmonies of #C832A6
Complementary color
Monochromatic Colors of #C832A6
Black with #C832A6
Text Example
Text Example
White with #C832A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832A6; }
p { color: rgb(200,50,166); }
H1.HeaderClassName
{
color: #C832A6;
}
.AnyTagClassName
{
color: #C832A6;
}
</style>
background-color css
<style>
a { background-color: #C832A6; }
a { background-color: rgb(200,50,166); }
div.DivClassName
{
background-color: #C832A6;
}
.BgClassName
{
background-color: #C832A6;
}
</style>
border-color css
<style>
span { border-color: #C832A6; }
span { border-color: rgb(200,50,166); }
td.TdClassName
{
border-color: #C832A6;
}
.TagClassName
{
border-color: #C832A6;
}
</style>