Shades of Medium Red Violet #C83381
Tints of Medium Red Violet #C83381
RGB
CMYK
RGB Variations
Color information
#C83381 (or 0xC83381) is known color: Medium Red Violet. HEX triplet: C8, 33 and 81. RGB value is (200,51,129). Sum of RGB (Red+Green+Blue) = 200+51+129=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C83381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83381 is #37CC7E. Grayscale: #686868. Windows color (decimal): -3656831 or 8467400. OLE color: 8467400.
HSL color Cylindrical-coordinate representation of color #C83381: hue angle of 328.59º 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 #C83381 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 129 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.22 |
| HSL | 328.59º | 0.59% | 0.49% | - |
| HSV(B) | 328.59º | 0.75% | 0.78% | - |
| XYZ | 28.97 | 16.23 | 22.38 | - |
| YUV | 104.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 129 | 0 | 0.74 | 0.36 | 0.22 | 328.59 | 0.59 | 0.49 |
| Hex | C8 | 33 | 81 | 0 | 4A | 24 | 16 | 149 | 3B | 31 |
| Octal | 310 | 63 | 201 | 0 | 112 | 44 | 26 | 511 | 73 | 61 |
| Binary | 11001000 | 110011 | 10000001 | 0 | 1001010 | 100100 | 10110 | 101001001 | 111011 | 110001 |
Color Harmonies of #C83381
Complementary color
Monochromatic Colors of #C83381
Black with #C83381
Text Example
Text Example
White with #C83381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83381; }
p { color: rgb(200,51,129); }
H1.HeaderClassName
{
color: #C83381;
}
.AnyTagClassName
{
color: #C83381;
}
</style>
background-color css
<style>
a { background-color: #C83381; }
a { background-color: rgb(200,51,129); }
div.DivClassName
{
background-color: #C83381;
}
.BgClassName
{
background-color: #C83381;
}
</style>
border-color css
<style>
span { border-color: #C83381; }
span { border-color: rgb(200,51,129); }
td.TdClassName
{
border-color: #C83381;
}
.TagClassName
{
border-color: #C83381;
}
</style>