Shades of Medium Red Violet #C83472
Tints of Medium Red Violet #C83472
RGB
CMYK
RGB Variations
Color information
#C83472 (or 0xC83472) is known color: Medium Red Violet. HEX triplet: C8, 34 and 72. RGB value is (200,52,114). Sum of RGB (Red+Green+Blue) = 200+52+114=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C83472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83472 is #37CB8D. Grayscale: #676767. Windows color (decimal): -3656590 or 7484616. OLE color: 7484616.
HSL color Cylindrical-coordinate representation of color #C83472: hue angle of 334.86º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83472 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 114 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.22 |
| HSL | 334.86º | 0.59% | 0.49% | - |
| HSV(B) | 334.86º | 0.74% | 0.78% | - |
| XYZ | 28.08 | 15.95 | 17.52 | - |
| YUV | 103.32 | 134.03 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 114 | 0 | 0.74 | 0.43 | 0.22 | 334.86 | 0.59 | 0.49 |
| Hex | C8 | 34 | 72 | 0 | 4A | 2B | 16 | 14F | 3B | 31 |
| Octal | 310 | 64 | 162 | 0 | 112 | 53 | 26 | 517 | 73 | 61 |
| Binary | 11001000 | 110100 | 1110010 | 0 | 1001010 | 101011 | 10110 | 101001111 | 111011 | 110001 |
Color Harmonies of #C83472
Complementary color
Monochromatic Colors of #C83472
Black with #C83472
Text Example
Text Example
White with #C83472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83472; }
p { color: rgb(200,52,114); }
H1.HeaderClassName
{
color: #C83472;
}
.AnyTagClassName
{
color: #C83472;
}
</style>
background-color css
<style>
a { background-color: #C83472; }
a { background-color: rgb(200,52,114); }
div.DivClassName
{
background-color: #C83472;
}
.BgClassName
{
background-color: #C83472;
}
</style>
border-color css
<style>
span { border-color: #C83472; }
span { border-color: rgb(200,52,114); }
td.TdClassName
{
border-color: #C83472;
}
.TagClassName
{
border-color: #C83472;
}
</style>