Shades of Medium Red Violet #C0279B
Tints of Medium Red Violet #C0279B
RGB
CMYK
RGB Variations
Color information
#C0279B (or 0xC0279B) is known color: Medium Red Violet. HEX triplet: C0, 27 and 9B. RGB value is (192,39,155). Sum of RGB (Red+Green+Blue) = 192+39+155=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 39 (15.62% from 255 or 10.10% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0279B is #3FD864. Grayscale: #616161. Windows color (decimal): -4184165 or 10168256. OLE color: 10168256.
HSL color Cylindrical-coordinate representation of color #C0279B: hue angle of 314.51º 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 #C0279B is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 155 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.25 |
| HSL | 314.51º | 0.66% | 0.45% | - |
| HSV(B) | 314.51º | 0.8% | 0.75% | - |
| XYZ | 28.38 | 15.02 | 32.41 | - |
| YUV | 97.97 | 160.19 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 155 | 0 | 0.80 | 0.19 | 0.25 | 314.51 | 0.66 | 0.45 |
| Hex | C0 | 27 | 9B | 0 | 50 | 13 | 19 | 13B | 42 | 2D |
| Octal | 300 | 47 | 233 | 0 | 120 | 23 | 31 | 473 | 102 | 55 |
| Binary | 11000000 | 100111 | 10011011 | 0 | 1010000 | 10011 | 11001 | 100111011 | 1000010 | 101101 |
Color Harmonies of #C0279B
Complementary color
Monochromatic Colors of #C0279B
Black with #C0279B
Text Example
Text Example
White with #C0279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0279B; }
p { color: rgb(192,39,155); }
H1.HeaderClassName
{
color: #C0279B;
}
.AnyTagClassName
{
color: #C0279B;
}
</style>
background-color css
<style>
a { background-color: #C0279B; }
a { background-color: rgb(192,39,155); }
div.DivClassName
{
background-color: #C0279B;
}
.BgClassName
{
background-color: #C0279B;
}
</style>
border-color css
<style>
span { border-color: #C0279B; }
span { border-color: rgb(192,39,155); }
td.TdClassName
{
border-color: #C0279B;
}
.TagClassName
{
border-color: #C0279B;
}
</style>