Shades of Medium Red Violet #C0276C
Tints of Medium Red Violet #C0276C
RGB
CMYK
RGB Variations
Color information
#C0276C (or 0xC0276C) is known color: Medium Red Violet. HEX triplet: C0, 27 and 6C. RGB value is (192,39,108). Sum of RGB (Red+Green+Blue) = 192+39+108=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0276C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0276C is #3FD893. Grayscale: #5C5C5C. Windows color (decimal): -4184212 or 7088064. OLE color: 7088064.
HSL color Cylindrical-coordinate representation of color #C0276C: hue angle of 332.94º 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 #C0276C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 39 | 108 | - |
CMYK | 0 | 0.80 | 0.44 | 0.25 |
HSL | 332.94º | 0.66% | 0.45% | - |
HSV(B) | 332.94º | 0.8% | 0.75% | - |
XYZ | 25.17 | 13.74 | 15.51 | - |
YUV | 92.61 | 136.69 | 198.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 39 | 108 | 0 | 0.80 | 0.44 | 0.25 | 332.94 | 0.66 | 0.45 |
Hex | C0 | 27 | 6C | 0 | 50 | 2C | 19 | 14D | 42 | 2D |
Octal | 300 | 47 | 154 | 0 | 120 | 54 | 31 | 515 | 102 | 55 |
Binary | 11000000 | 100111 | 1101100 | 0 | 1010000 | 101100 | 11001 | 101001101 | 1000010 | 101101 |
Color Harmonies of #C0276C
Complementary color
Monochromatic Colors of #C0276C
Black with #C0276C
Text Example
Text Example
White with #C0276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0276C; }
p { color: rgb(192,39,108); }
H1.HeaderClassName
{
color: #C0276C;
}
.AnyTagClassName
{
color: #C0276C;
}
</style>
background-color css
<style>
a { background-color: #C0276C; }
a { background-color: rgb(192,39,108); }
div.DivClassName
{
background-color: #C0276C;
}
.BgClassName
{
background-color: #C0276C;
}
</style>
border-color css
<style>
span { border-color: #C0276C; }
span { border-color: rgb(192,39,108); }
td.TdClassName
{
border-color: #C0276C;
}
.TagClassName
{
border-color: #C0276C;
}
</style>