Shades of Medium Red Violet #C83279
Tints of Medium Red Violet #C83279
RGB
CMYK
RGB Variations
Color information
#C83279 (or 0xC83279) is known color: Medium Red Violet. HEX triplet: C8, 32 and 79. RGB value is (200,50,121). Sum of RGB (Red+Green+Blue) = 200+50+121=371 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.91% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 200 - color contains mainly: red. Hex color #C83279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83279 is #37CD86. Grayscale: #666666. Windows color (decimal): -3657095 or 7942856. OLE color: 7942856.
HSL color Cylindrical-coordinate representation of color #C83279: hue angle of 331.6º degrees, saturation: 0.6, 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 #C83279 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 121 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.22 |
| HSL | 331.6º | 0.6% | 0.49% | - |
| HSV(B) | 331.6º | 0.75% | 0.78% | - |
| XYZ | 28.41 | 15.94 | 19.67 | - |
| YUV | 102.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 121 | 0 | 0.75 | 0.39 | 0.22 | 331.6 | 0.6 | 0.49 |
| Hex | C8 | 32 | 79 | 0 | 4B | 27 | 16 | 14C | 3C | 31 |
| Octal | 310 | 62 | 171 | 0 | 113 | 47 | 26 | 514 | 74 | 61 |
| Binary | 11001000 | 110010 | 1111001 | 0 | 1001011 | 100111 | 10110 | 101001100 | 111100 | 110001 |
Color Harmonies of #C83279
Complementary color
Monochromatic Colors of #C83279
Black with #C83279
Text Example
Text Example
White with #C83279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83279; }
p { color: rgb(200,50,121); }
H1.HeaderClassName
{
color: #C83279;
}
.AnyTagClassName
{
color: #C83279;
}
</style>
background-color css
<style>
a { background-color: #C83279; }
a { background-color: rgb(200,50,121); }
div.DivClassName
{
background-color: #C83279;
}
.BgClassName
{
background-color: #C83279;
}
</style>
border-color css
<style>
span { border-color: #C83279; }
span { border-color: rgb(200,50,121); }
td.TdClassName
{
border-color: #C83279;
}
.TagClassName
{
border-color: #C83279;
}
</style>