Shades of Medium Red Violet #C23080
Tints of Medium Red Violet #C23080
RGB
CMYK
RGB Variations
Color information
#C23080 (or 0xC23080) is known color: Medium Red Violet. HEX triplet: C2, 30 and 80. RGB value is (194,48,128). Sum of RGB (Red+Green+Blue) = 194+48+128=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C23080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23080 is #3DCF7F. Grayscale: #646464. Windows color (decimal): -4050816 or 8401090. OLE color: 8401090.
HSL color Cylindrical-coordinate representation of color #C23080: hue angle of 327.12º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23080 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 128 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.24 |
| HSL | 327.12º | 0.6% | 0.47% | - |
| HSV(B) | 327.12º | 0.75% | 0.76% | - |
| XYZ | 27.2 | 15.14 | 21.91 | - |
| YUV | 100.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 128 | 0 | 0.75 | 0.34 | 0.24 | 327.12 | 0.6 | 0.47 |
| Hex | C2 | 30 | 80 | 0 | 4B | 22 | 18 | 147 | 3C | 2F |
| Octal | 302 | 60 | 200 | 0 | 113 | 42 | 30 | 507 | 74 | 57 |
| Binary | 11000010 | 110000 | 10000000 | 0 | 1001011 | 100010 | 11000 | 101000111 | 111100 | 101111 |
Color Harmonies of #C23080
Complementary color
Monochromatic Colors of #C23080
Black with #C23080
Text Example
Text Example
White with #C23080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23080; }
p { color: rgb(194,48,128); }
H1.HeaderClassName
{
color: #C23080;
}
.AnyTagClassName
{
color: #C23080;
}
</style>
background-color css
<style>
a { background-color: #C23080; }
a { background-color: rgb(194,48,128); }
div.DivClassName
{
background-color: #C23080;
}
.BgClassName
{
background-color: #C23080;
}
</style>
border-color css
<style>
span { border-color: #C23080; }
span { border-color: rgb(194,48,128); }
td.TdClassName
{
border-color: #C23080;
}
.TagClassName
{
border-color: #C23080;
}
</style>