Shades of Medium Red Violet #C83B78
Tints of Medium Red Violet #C83B78
RGB
CMYK
RGB Variations
Color information
#C83B78 (or 0xC83B78) is known color: Medium Red Violet. HEX triplet: C8, 3B and 78. RGB value is (200,59,120). Sum of RGB (Red+Green+Blue) = 200+59+120=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B78 is #37C487. Grayscale: #6C6C6C. Windows color (decimal): -3654792 or 7879624. OLE color: 7879624.
HSL color Cylindrical-coordinate representation of color #C83B78: hue angle of 334.04º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B78 is Cyan = 0, Magento = 0.70, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 59 | 120 | - |
| CMYK | 0 | 0.70 | 0.4 | 0.22 |
| HSL | 334.04º | 0.56% | 0.51% | - |
| HSV(B) | 334.04º | 0.71% | 0.78% | - |
| XYZ | 28.77 | 16.76 | 19.49 | - |
| YUV | 108.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 59 | 120 | 0 | 0.70 | 0.4 | 0.22 | 334.04 | 0.56 | 0.51 |
| Hex | C8 | 3B | 78 | 0 | 46 | 28 | 16 | 14E | 38 | 33 |
| Octal | 310 | 73 | 170 | 0 | 106 | 50 | 26 | 516 | 70 | 63 |
| Binary | 11001000 | 111011 | 1111000 | 0 | 1000110 | 101000 | 10110 | 101001110 | 111000 | 110011 |
Color Harmonies of #C83B78
Complementary color
Monochromatic Colors of #C83B78
Black with #C83B78
Text Example
Text Example
White with #C83B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83B78; }
p { color: rgb(200,59,120); }
H1.HeaderClassName
{
color: #C83B78;
}
.AnyTagClassName
{
color: #C83B78;
}
</style>
background-color css
<style>
a { background-color: #C83B78; }
a { background-color: rgb(200,59,120); }
div.DivClassName
{
background-color: #C83B78;
}
.BgClassName
{
background-color: #C83B78;
}
</style>
border-color css
<style>
span { border-color: #C83B78; }
span { border-color: rgb(200,59,120); }
td.TdClassName
{
border-color: #C83B78;
}
.TagClassName
{
border-color: #C83B78;
}
</style>