Shades of Medium Red Violet #C23078
Tints of Medium Red Violet #C23078
RGB
CMYK
RGB Variations
Color information
#C23078 (or 0xC23078) is known color: Medium Red Violet. HEX triplet: C2, 30 and 78. RGB value is (194,48,120). Sum of RGB (Red+Green+Blue) = 194+48+120=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C23078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23078 is #3DCF87. Grayscale: #636363. Windows color (decimal): -4050824 or 7876802. OLE color: 7876802.
HSL color Cylindrical-coordinate representation of color #C23078: hue angle of 330.41º 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 #C23078 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 120 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.24 |
| HSL | 330.41º | 0.6% | 0.47% | - |
| HSV(B) | 330.41º | 0.75% | 0.76% | - |
| XYZ | 26.7 | 14.94 | 19.25 | - |
| YUV | 99.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 120 | 0 | 0.75 | 0.38 | 0.24 | 330.41 | 0.6 | 0.47 |
| Hex | C2 | 30 | 78 | 0 | 4B | 26 | 18 | 14A | 3C | 2F |
| Octal | 302 | 60 | 170 | 0 | 113 | 46 | 30 | 512 | 74 | 57 |
| Binary | 11000010 | 110000 | 1111000 | 0 | 1001011 | 100110 | 11000 | 101001010 | 111100 | 101111 |
Color Harmonies of #C23078
Complementary color
Monochromatic Colors of #C23078
Black with #C23078
Text Example
Text Example
White with #C23078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23078; }
p { color: rgb(194,48,120); }
H1.HeaderClassName
{
color: #C23078;
}
.AnyTagClassName
{
color: #C23078;
}
</style>
background-color css
<style>
a { background-color: #C23078; }
a { background-color: rgb(194,48,120); }
div.DivClassName
{
background-color: #C23078;
}
.BgClassName
{
background-color: #C23078;
}
</style>
border-color css
<style>
span { border-color: #C23078; }
span { border-color: rgb(194,48,120); }
td.TdClassName
{
border-color: #C23078;
}
.TagClassName
{
border-color: #C23078;
}
</style>