Shades of Medium Red Violet #C63672
Tints of Medium Red Violet #C63672
RGB
CMYK
RGB Variations
Color information
#C63672 (or 0xC63672) is known color: Medium Red Violet. HEX triplet: C6, 36 and 72. RGB value is (198,54,114). Sum of RGB (Red+Green+Blue) = 198+54+114=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C63672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63672 is #39C98D. Grayscale: #676767. Windows color (decimal): -3787150 or 7485126. OLE color: 7485126.
HSL color Cylindrical-coordinate representation of color #C63672: hue angle of 335º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63672 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 114 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.22 |
| HSL | 335º | 0.57% | 0.49% | - |
| HSV(B) | 335º | 0.73% | 0.78% | - |
| XYZ | 27.65 | 15.86 | 17.52 | - |
| YUV | 103.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 114 | 0 | 0.73 | 0.42 | 0.22 | 335 | 0.57 | 0.49 |
| Hex | C6 | 36 | 72 | 0 | 49 | 2A | 16 | 14F | 39 | 31 |
| Octal | 306 | 66 | 162 | 0 | 111 | 52 | 26 | 517 | 71 | 61 |
| Binary | 11000110 | 110110 | 1110010 | 0 | 1001001 | 101010 | 10110 | 101001111 | 111001 | 110001 |
Color Harmonies of #C63672
Complementary color
Monochromatic Colors of #C63672
Black with #C63672
Text Example
Text Example
White with #C63672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63672; }
p { color: rgb(198,54,114); }
H1.HeaderClassName
{
color: #C63672;
}
.AnyTagClassName
{
color: #C63672;
}
</style>
background-color css
<style>
a { background-color: #C63672; }
a { background-color: rgb(198,54,114); }
div.DivClassName
{
background-color: #C63672;
}
.BgClassName
{
background-color: #C63672;
}
</style>
border-color css
<style>
span { border-color: #C63672; }
span { border-color: rgb(198,54,114); }
td.TdClassName
{
border-color: #C63672;
}
.TagClassName
{
border-color: #C63672;
}
</style>