Shades of Medium Red Violet #C04080
Tints of Medium Red Violet #C04080
RGB
CMYK
RGB Variations
Color information
#C04080 (or 0xC04080) is known color: Medium Red Violet. HEX triplet: C0, 40 and 80. RGB value is (192,64,128). Sum of RGB (Red+Green+Blue) = 192+64+128=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04080 is #3FBF7F. Grayscale: #6D6D6D. Windows color (decimal): -4177792 or 8405184. OLE color: 8405184.
HSL color Cylindrical-coordinate representation of color #C04080: hue angle of 330º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04080 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 128 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.25 |
| HSL | 330º | 0.5% | 0.5% | - |
| HSV(B) | 330º | 0.67% | 0.75% | - |
| XYZ | 27.47 | 16.43 | 22.15 | - |
| YUV | 109.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 128 | 0 | 0.67 | 0.33 | 0.25 | 330 | 0.5 | 0.5 |
| Hex | C0 | 40 | 80 | 0 | 43 | 21 | 19 | 14A | 32 | 32 |
| Octal | 300 | 100 | 200 | 0 | 103 | 41 | 31 | 512 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10000000 | 0 | 1000011 | 100001 | 11001 | 101001010 | 110010 | 110010 |
Color Harmonies of #C04080
Complementary color
Monochromatic Colors of #C04080
Black with #C04080
Text Example
Text Example
White with #C04080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04080; }
p { color: rgb(192,64,128); }
H1.HeaderClassName
{
color: #C04080;
}
.AnyTagClassName
{
color: #C04080;
}
</style>
background-color css
<style>
a { background-color: #C04080; }
a { background-color: rgb(192,64,128); }
div.DivClassName
{
background-color: #C04080;
}
.BgClassName
{
background-color: #C04080;
}
</style>
border-color css
<style>
span { border-color: #C04080; }
span { border-color: rgb(192,64,128); }
td.TdClassName
{
border-color: #C04080;
}
.TagClassName
{
border-color: #C04080;
}
</style>