Shades of Medium Red Violet #C83C7A
Tints of Medium Red Violet #C83C7A
RGB
CMYK
RGB Variations
Color information
#C83C7A (or 0xC83C7A) is known color: Medium Red Violet. HEX triplet: C8, 3C and 7A. RGB value is (200,60,122). Sum of RGB (Red+Green+Blue) = 200+60+122=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C7A is #37C385. Grayscale: #6C6C6C. Windows color (decimal): -3654534 or 8010952. OLE color: 8010952.
HSL color Cylindrical-coordinate representation of color #C83C7A: hue angle of 333.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C7A is Cyan = 0, Magento = 0.7, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 122 | - |
| CMYK | 0 | 0.7 | 0.39 | 0.22 |
| HSL | 333.43º | 0.56% | 0.51% | - |
| HSV(B) | 333.43º | 0.7% | 0.78% | - |
| XYZ | 28.95 | 16.92 | 20.15 | - |
| YUV | 108.93 | 135.38 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 122 | 0 | 0.7 | 0.39 | 0.22 | 333.43 | 0.56 | 0.51 |
| Hex | C8 | 3C | 7A | 0 | 46 | 27 | 16 | 14D | 38 | 33 |
| Octal | 310 | 74 | 172 | 0 | 106 | 47 | 26 | 515 | 70 | 63 |
| Binary | 11001000 | 111100 | 1111010 | 0 | 1000110 | 100111 | 10110 | 101001101 | 111000 | 110011 |
Color Harmonies of #C83C7A
Complementary color
Monochromatic Colors of #C83C7A
Black with #C83C7A
Text Example
Text Example
White with #C83C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C7A; }
p { color: rgb(200,60,122); }
H1.HeaderClassName
{
color: #C83C7A;
}
.AnyTagClassName
{
color: #C83C7A;
}
</style>
background-color css
<style>
a { background-color: #C83C7A; }
a { background-color: rgb(200,60,122); }
div.DivClassName
{
background-color: #C83C7A;
}
.BgClassName
{
background-color: #C83C7A;
}
</style>
border-color css
<style>
span { border-color: #C83C7A; }
span { border-color: rgb(200,60,122); }
td.TdClassName
{
border-color: #C83C7A;
}
.TagClassName
{
border-color: #C83C7A;
}
</style>