Shades of Medium Red Violet #C834A4
Tints of Medium Red Violet #C834A4
RGB
CMYK
RGB Variations
Color information
#C834A4 (or 0xC834A4) is known color: Medium Red Violet. HEX triplet: C8, 34 and A4. RGB value is (200,52,164). Sum of RGB (Red+Green+Blue) = 200+52+164=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C834A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C834A4 is #37CB5B. Grayscale: #6C6C6C. Windows color (decimal): -3656540 or 10761416. OLE color: 10761416.
HSL color Cylindrical-coordinate representation of color #C834A4: hue angle of 314.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C834A4 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 164 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.22 |
| HSL | 314.59º | 0.59% | 0.49% | - |
| HSV(B) | 314.59º | 0.74% | 0.78% | - |
| XYZ | 31.75 | 17.42 | 36.81 | - |
| YUV | 109.02 | 159.03 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 164 | 0 | 0.74 | 0.18 | 0.22 | 314.59 | 0.59 | 0.49 |
| Hex | C8 | 34 | A4 | 0 | 4A | 12 | 16 | 13B | 3B | 31 |
| Octal | 310 | 64 | 244 | 0 | 112 | 22 | 26 | 473 | 73 | 61 |
| Binary | 11001000 | 110100 | 10100100 | 0 | 1001010 | 10010 | 10110 | 100111011 | 111011 | 110001 |
Color Harmonies of #C834A4
Complementary color
Monochromatic Colors of #C834A4
Black with #C834A4
Text Example
Text Example
White with #C834A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834A4; }
p { color: rgb(200,52,164); }
H1.HeaderClassName
{
color: #C834A4;
}
.AnyTagClassName
{
color: #C834A4;
}
</style>
background-color css
<style>
a { background-color: #C834A4; }
a { background-color: rgb(200,52,164); }
div.DivClassName
{
background-color: #C834A4;
}
.BgClassName
{
background-color: #C834A4;
}
</style>
border-color css
<style>
span { border-color: #C834A4; }
span { border-color: rgb(200,52,164); }
td.TdClassName
{
border-color: #C834A4;
}
.TagClassName
{
border-color: #C834A4;
}
</style>