Shades of Medium Red Violet #C0279C
Tints of Medium Red Violet #C0279C
RGB
CMYK
RGB Variations
Color information
#C0279C (or 0xC0279C) is known color: Medium Red Violet. HEX triplet: C0, 27 and 9C. RGB value is (192,39,156). Sum of RGB (Red+Green+Blue) = 192+39+156=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0279C is #3FD863. Grayscale: #616161. Windows color (decimal): -4184164 or 10233792. OLE color: 10233792.
HSL color Cylindrical-coordinate representation of color #C0279C: hue angle of 314.12º 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 #C0279C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 156 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.25 |
| HSL | 314.12º | 0.66% | 0.45% | - |
| HSV(B) | 314.12º | 0.8% | 0.75% | - |
| XYZ | 28.46 | 15.06 | 32.86 | - |
| YUV | 98.09 | 160.69 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 156 | 0 | 0.80 | 0.19 | 0.25 | 314.12 | 0.66 | 0.45 |
| Hex | C0 | 27 | 9C | 0 | 50 | 13 | 19 | 13A | 42 | 2D |
| Octal | 300 | 47 | 234 | 0 | 120 | 23 | 31 | 472 | 102 | 55 |
| Binary | 11000000 | 100111 | 10011100 | 0 | 1010000 | 10011 | 11001 | 100111010 | 1000010 | 101101 |
Color Harmonies of #C0279C
Complementary color
Monochromatic Colors of #C0279C
Black with #C0279C
Text Example
Text Example
White with #C0279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0279C; }
p { color: rgb(192,39,156); }
H1.HeaderClassName
{
color: #C0279C;
}
.AnyTagClassName
{
color: #C0279C;
}
</style>
background-color css
<style>
a { background-color: #C0279C; }
a { background-color: rgb(192,39,156); }
div.DivClassName
{
background-color: #C0279C;
}
.BgClassName
{
background-color: #C0279C;
}
</style>
border-color css
<style>
span { border-color: #C0279C; }
span { border-color: rgb(192,39,156); }
td.TdClassName
{
border-color: #C0279C;
}
.TagClassName
{
border-color: #C0279C;
}
</style>