Shades of Medium Red Violet #C0277D
Tints of Medium Red Violet #C0277D
RGB
CMYK
RGB Variations
Color information
#C0277D (or 0xC0277D) is known color: Medium Red Violet. HEX triplet: C0, 27 and 7D. RGB value is (192,39,125). Sum of RGB (Red+Green+Blue) = 192+39+125=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277D is #3FD882. Grayscale: #5E5E5E. Windows color (decimal): -4184195 or 8202176. OLE color: 8202176.
HSL color Cylindrical-coordinate representation of color #C0277D: hue angle of 326.27º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0277D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 125 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.25 |
| HSL | 326.27º | 0.66% | 0.45% | - |
| HSV(B) | 326.27º | 0.8% | 0.75% | - |
| XYZ | 26.17 | 14.14 | 20.75 | - |
| YUV | 94.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 125 | 0 | 0.80 | 0.35 | 0.25 | 326.27 | 0.66 | 0.45 |
| Hex | C0 | 27 | 7D | 0 | 50 | 23 | 19 | 146 | 42 | 2D |
| Octal | 300 | 47 | 175 | 0 | 120 | 43 | 31 | 506 | 102 | 55 |
| Binary | 11000000 | 100111 | 1111101 | 0 | 1010000 | 100011 | 11001 | 101000110 | 1000010 | 101101 |
Color Harmonies of #C0277D
Complementary color
Monochromatic Colors of #C0277D
Black with #C0277D
Text Example
Text Example
White with #C0277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0277D; }
p { color: rgb(192,39,125); }
H1.HeaderClassName
{
color: #C0277D;
}
.AnyTagClassName
{
color: #C0277D;
}
</style>
background-color css
<style>
a { background-color: #C0277D; }
a { background-color: rgb(192,39,125); }
div.DivClassName
{
background-color: #C0277D;
}
.BgClassName
{
background-color: #C0277D;
}
</style>
border-color css
<style>
span { border-color: #C0277D; }
span { border-color: rgb(192,39,125); }
td.TdClassName
{
border-color: #C0277D;
}
.TagClassName
{
border-color: #C0277D;
}
</style>