Shades of Medium Red Violet #C0277A
Tints of Medium Red Violet #C0277A
RGB
CMYK
RGB Variations
Color information
#C0277A (or 0xC0277A) is known color: Medium Red Violet. HEX triplet: C0, 27 and 7A. RGB value is (192,39,122). Sum of RGB (Red+Green+Blue) = 192+39+122=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0277A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0277A is #3FD885. Grayscale: #5E5E5E. Windows color (decimal): -4184198 or 8005568. OLE color: 8005568.
HSL color Cylindrical-coordinate representation of color #C0277A: hue angle of 327.45º 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 #C0277A is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 122 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.25 |
| HSL | 327.45º | 0.66% | 0.45% | - |
| HSV(B) | 327.45º | 0.8% | 0.75% | - |
| XYZ | 25.98 | 14.06 | 19.76 | - |
| YUV | 94.21 | 143.69 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 122 | 0 | 0.80 | 0.36 | 0.25 | 327.45 | 0.66 | 0.45 |
| Hex | C0 | 27 | 7A | 0 | 50 | 24 | 19 | 147 | 42 | 2D |
| Octal | 300 | 47 | 172 | 0 | 120 | 44 | 31 | 507 | 102 | 55 |
| Binary | 11000000 | 100111 | 1111010 | 0 | 1010000 | 100100 | 11001 | 101000111 | 1000010 | 101101 |
Color Harmonies of #C0277A
Complementary color
Monochromatic Colors of #C0277A
Black with #C0277A
Text Example
Text Example
White with #C0277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0277A; }
p { color: rgb(192,39,122); }
H1.HeaderClassName
{
color: #C0277A;
}
.AnyTagClassName
{
color: #C0277A;
}
</style>
background-color css
<style>
a { background-color: #C0277A; }
a { background-color: rgb(192,39,122); }
div.DivClassName
{
background-color: #C0277A;
}
.BgClassName
{
background-color: #C0277A;
}
</style>
border-color css
<style>
span { border-color: #C0277A; }
span { border-color: rgb(192,39,122); }
td.TdClassName
{
border-color: #C0277A;
}
.TagClassName
{
border-color: #C0277A;
}
</style>