Shades of Medium Red Violet #C72673
Tints of Medium Red Violet #C72673
RGB
CMYK
RGB Variations
Color information
#C72673 (or 0xC72673) is known color: Medium Red Violet. HEX triplet: C7, 26 and 73. RGB value is (199,38,115). Sum of RGB (Red+Green+Blue) = 199+38+115=352 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.53% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 199 - color contains mainly: red. Hex color #C72673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72673 is #38D98C. Grayscale: #5E5E5E. Windows color (decimal): -3725709 or 7546567. OLE color: 7546567.
HSL color Cylindrical-coordinate representation of color #C72673: hue angle of 331.3º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72673 is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 115 | - |
| CMYK | 0 | 0.81 | 0.42 | 0.22 |
| HSL | 331.3º | 0.68% | 0.46% | - |
| HSV(B) | 331.3º | 0.81% | 0.78% | - |
| XYZ | 27.34 | 14.77 | 17.63 | - |
| YUV | 94.92 | 139.34 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 115 | 0 | 0.81 | 0.42 | 0.22 | 331.3 | 0.68 | 0.46 |
| Hex | C7 | 26 | 73 | 0 | 51 | 2A | 16 | 14B | 44 | 2E |
| Octal | 307 | 46 | 163 | 0 | 121 | 52 | 26 | 513 | 104 | 56 |
| Binary | 11000111 | 100110 | 1110011 | 0 | 1010001 | 101010 | 10110 | 101001011 | 1000100 | 101110 |
Color Harmonies of #C72673
Complementary color
Monochromatic Colors of #C72673
Black with #C72673
Text Example
Text Example
White with #C72673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72673; }
p { color: rgb(199,38,115); }
H1.HeaderClassName
{
color: #C72673;
}
.AnyTagClassName
{
color: #C72673;
}
</style>
background-color css
<style>
a { background-color: #C72673; }
a { background-color: rgb(199,38,115); }
div.DivClassName
{
background-color: #C72673;
}
.BgClassName
{
background-color: #C72673;
}
</style>
border-color css
<style>
span { border-color: #C72673; }
span { border-color: rgb(199,38,115); }
td.TdClassName
{
border-color: #C72673;
}
.TagClassName
{
border-color: #C72673;
}
</style>