Shades of Medium Red Violet #C83378
Tints of Medium Red Violet #C83378
RGB
CMYK
RGB Variations
Color information
#C83378 (or 0xC83378) is known color: Medium Red Violet. HEX triplet: C8, 33 and 78. RGB value is (200,51,120). Sum of RGB (Red+Green+Blue) = 200+51+120=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83378 is #37CC87. Grayscale: #676767. Windows color (decimal): -3656840 or 7877576. OLE color: 7877576.
HSL color Cylindrical-coordinate representation of color #C83378: hue angle of 332.21º degrees, saturation: 0.59, 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 #C83378 is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 120 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.22 |
| HSL | 332.21º | 0.59% | 0.49% | - |
| HSV(B) | 332.21º | 0.75% | 0.78% | - |
| XYZ | 28.39 | 16 | 19.36 | - |
| YUV | 103.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 120 | 0 | 0.74 | 0.4 | 0.22 | 332.21 | 0.59 | 0.49 |
| Hex | C8 | 33 | 78 | 0 | 4A | 28 | 16 | 14C | 3B | 31 |
| Octal | 310 | 63 | 170 | 0 | 112 | 50 | 26 | 514 | 73 | 61 |
| Binary | 11001000 | 110011 | 1111000 | 0 | 1001010 | 101000 | 10110 | 101001100 | 111011 | 110001 |
Color Harmonies of #C83378
Complementary color
Monochromatic Colors of #C83378
Black with #C83378
Text Example
Text Example
White with #C83378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83378; }
p { color: rgb(200,51,120); }
H1.HeaderClassName
{
color: #C83378;
}
.AnyTagClassName
{
color: #C83378;
}
</style>
background-color css
<style>
a { background-color: #C83378; }
a { background-color: rgb(200,51,120); }
div.DivClassName
{
background-color: #C83378;
}
.BgClassName
{
background-color: #C83378;
}
</style>
border-color css
<style>
span { border-color: #C83378; }
span { border-color: rgb(200,51,120); }
td.TdClassName
{
border-color: #C83378;
}
.TagClassName
{
border-color: #C83378;
}
</style>