Shades of Medium Red Violet #C83380
Tints of Medium Red Violet #C83380
RGB
CMYK
RGB Variations
Color information
#C83380 (or 0xC83380) is known color: Medium Red Violet. HEX triplet: C8, 33 and 80. RGB value is (200,51,128). Sum of RGB (Red+Green+Blue) = 200+51+128=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C83380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83380 is #37CC7F. Grayscale: #686868. Windows color (decimal): -3656832 or 8401864. OLE color: 8401864.
HSL color Cylindrical-coordinate representation of color #C83380: hue angle of 328.99º 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 #C83380 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 128 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.22 |
| HSL | 328.99º | 0.59% | 0.49% | - |
| HSV(B) | 328.99º | 0.75% | 0.78% | - |
| XYZ | 28.9 | 16.21 | 22.03 | - |
| YUV | 104.33 | 141.36 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 128 | 0 | 0.74 | 0.36 | 0.22 | 328.99 | 0.59 | 0.49 |
| Hex | C8 | 33 | 80 | 0 | 4A | 24 | 16 | 149 | 3B | 31 |
| Octal | 310 | 63 | 200 | 0 | 112 | 44 | 26 | 511 | 73 | 61 |
| Binary | 11001000 | 110011 | 10000000 | 0 | 1001010 | 100100 | 10110 | 101001001 | 111011 | 110001 |
Color Harmonies of #C83380
Complementary color
Monochromatic Colors of #C83380
Black with #C83380
Text Example
Text Example
White with #C83380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83380; }
p { color: rgb(200,51,128); }
H1.HeaderClassName
{
color: #C83380;
}
.AnyTagClassName
{
color: #C83380;
}
</style>
background-color css
<style>
a { background-color: #C83380; }
a { background-color: rgb(200,51,128); }
div.DivClassName
{
background-color: #C83380;
}
.BgClassName
{
background-color: #C83380;
}
</style>
border-color css
<style>
span { border-color: #C83380; }
span { border-color: rgb(200,51,128); }
td.TdClassName
{
border-color: #C83380;
}
.TagClassName
{
border-color: #C83380;
}
</style>