Shades of Medium Red Violet #C0276F
Tints of Medium Red Violet #C0276F
RGB
CMYK
RGB Variations
Color information
#C0276F (or 0xC0276F) is known color: Medium Red Violet. HEX triplet: C0, 27 and 6F. RGB value is (192,39,111). Sum of RGB (Red+Green+Blue) = 192+39+111=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0276F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0276F is #3FD890. Grayscale: #5C5C5C. Windows color (decimal): -4184209 or 7284672. OLE color: 7284672.
HSL color Cylindrical-coordinate representation of color #C0276F: hue angle of 331.76º 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 #C0276F is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 111 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.25 |
| HSL | 331.76º | 0.66% | 0.45% | - |
| HSV(B) | 331.76º | 0.8% | 0.75% | - |
| XYZ | 25.33 | 13.81 | 16.37 | - |
| YUV | 92.96 | 138.19 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 111 | 0 | 0.80 | 0.42 | 0.25 | 331.76 | 0.66 | 0.45 |
| Hex | C0 | 27 | 6F | 0 | 50 | 2A | 19 | 14C | 42 | 2D |
| Octal | 300 | 47 | 157 | 0 | 120 | 52 | 31 | 514 | 102 | 55 |
| Binary | 11000000 | 100111 | 1101111 | 0 | 1010000 | 101010 | 11001 | 101001100 | 1000010 | 101101 |
Color Harmonies of #C0276F
Complementary color
Monochromatic Colors of #C0276F
Black with #C0276F
Text Example
Text Example
White with #C0276F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0276F; }
p { color: rgb(192,39,111); }
H1.HeaderClassName
{
color: #C0276F;
}
.AnyTagClassName
{
color: #C0276F;
}
</style>
background-color css
<style>
a { background-color: #C0276F; }
a { background-color: rgb(192,39,111); }
div.DivClassName
{
background-color: #C0276F;
}
.BgClassName
{
background-color: #C0276F;
}
</style>
border-color css
<style>
span { border-color: #C0276F; }
span { border-color: rgb(192,39,111); }
td.TdClassName
{
border-color: #C0276F;
}
.TagClassName
{
border-color: #C0276F;
}
</style>