Shades of Medium Red Violet #C23680
Tints of Medium Red Violet #C23680
RGB
CMYK
RGB Variations
Color information
#C23680 (or 0xC23680) is known color: Medium Red Violet. HEX triplet: C2, 36 and 80. RGB value is (194,54,128). Sum of RGB (Red+Green+Blue) = 194+54+128=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23680 is #3DC97F. Grayscale: #686868. Windows color (decimal): -4049280 or 8402626. OLE color: 8402626.
HSL color Cylindrical-coordinate representation of color #C23680: hue angle of 328.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23680 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 128 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.24 |
| HSL | 328.29º | 0.56% | 0.49% | - |
| HSV(B) | 328.29º | 0.72% | 0.76% | - |
| XYZ | 27.46 | 15.67 | 22 | - |
| YUV | 104.3 | 141.38 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 128 | 0 | 0.72 | 0.34 | 0.24 | 328.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | 80 | 0 | 48 | 22 | 18 | 148 | 38 | 31 |
| Octal | 302 | 66 | 200 | 0 | 110 | 42 | 30 | 510 | 70 | 61 |
| Binary | 11000010 | 110110 | 10000000 | 0 | 1001000 | 100010 | 11000 | 101001000 | 111000 | 110001 |
Color Harmonies of #C23680
Complementary color
Monochromatic Colors of #C23680
Black with #C23680
Text Example
Text Example
White with #C23680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23680; }
p { color: rgb(194,54,128); }
H1.HeaderClassName
{
color: #C23680;
}
.AnyTagClassName
{
color: #C23680;
}
</style>
background-color css
<style>
a { background-color: #C23680; }
a { background-color: rgb(194,54,128); }
div.DivClassName
{
background-color: #C23680;
}
.BgClassName
{
background-color: #C23680;
}
</style>
border-color css
<style>
span { border-color: #C23680; }
span { border-color: rgb(194,54,128); }
td.TdClassName
{
border-color: #C23680;
}
.TagClassName
{
border-color: #C23680;
}
</style>