Shades of Medium Violet Red #C00277
Tints of Medium Violet Red #C00277
RGB
CMYK
RGB Variations
Color information
#C00277 (or 0xC00277) is known color: Medium Violet Red. HEX triplet: C0, 02 and 77. RGB value is (192,2,119). Sum of RGB (Red+Green+Blue) = 192+2+119=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00277 is #3FFD88. Grayscale: #474747. Windows color (decimal): -4193673 or 7799488. OLE color: 7799488.
HSL color Cylindrical-coordinate representation of color #C00277: hue angle of 323.05º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00277 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.25 |
| HSL | 323.05º | 0.98% | 0.38% | - |
| HSV(B) | 323.05º | 0.99% | 0.75% | - |
| XYZ | 25.09 | 12.58 | 18.56 | - |
| YUV | 72.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 119 | 0 | 0.99 | 0.38 | 0.25 | 323.05 | 0.98 | 0.38 |
| Hex | C0 | 2 | 77 | 0 | 63 | 26 | 19 | 143 | 62 | 26 |
| Octal | 300 | 2 | 167 | 0 | 143 | 46 | 31 | 503 | 142 | 46 |
| Binary | 11000000 | 10 | 1110111 | 0 | 1100011 | 100110 | 11001 | 101000011 | 1100010 | 100110 |
Color Harmonies of #C00277
Complementary color
Monochromatic Colors of #C00277
Black with #C00277
Text Example
Text Example
White with #C00277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00277; }
p { color: rgb(192,2,119); }
H1.HeaderClassName
{
color: #C00277;
}
.AnyTagClassName
{
color: #C00277;
}
</style>
background-color css
<style>
a { background-color: #C00277; }
a { background-color: rgb(192,2,119); }
div.DivClassName
{
background-color: #C00277;
}
.BgClassName
{
background-color: #C00277;
}
</style>
border-color css
<style>
span { border-color: #C00277; }
span { border-color: rgb(192,2,119); }
td.TdClassName
{
border-color: #C00277;
}
.TagClassName
{
border-color: #C00277;
}
</style>