Shades of Medium Violet Red #C80274
Tints of Medium Violet Red #C80274
RGB
CMYK
RGB Variations
Color information
#C80274 (or 0xC80274) is known color: Medium Violet Red. HEX triplet: C8, 02 and 74. RGB value is (200,2,116). Sum of RGB (Red+Green+Blue) = 200+2+116=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C80274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80274 is #37FD8B. Grayscale: #494949. Windows color (decimal): -3669388 or 7602888. OLE color: 7602888.
HSL color Cylindrical-coordinate representation of color #C80274: hue angle of 325.45º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80274 is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 116 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.22 |
| HSL | 325.45º | 0.98% | 0.4% | - |
| HSV(B) | 325.45º | 0.99% | 0.78% | - |
| XYZ | 26.99 | 13.58 | 17.72 | - |
| YUV | 74.2 | 151.6 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 116 | 0 | 0.99 | 0.42 | 0.22 | 325.45 | 0.98 | 0.4 |
| Hex | C8 | 2 | 74 | 0 | 63 | 2A | 16 | 145 | 62 | 28 |
| Octal | 310 | 2 | 164 | 0 | 143 | 52 | 26 | 505 | 142 | 50 |
| Binary | 11001000 | 10 | 1110100 | 0 | 1100011 | 101010 | 10110 | 101000101 | 1100010 | 101000 |
Color Harmonies of #C80274
Complementary color
Monochromatic Colors of #C80274
Black with #C80274
Text Example
Text Example
White with #C80274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80274; }
p { color: rgb(200,2,116); }
H1.HeaderClassName
{
color: #C80274;
}
.AnyTagClassName
{
color: #C80274;
}
</style>
background-color css
<style>
a { background-color: #C80274; }
a { background-color: rgb(200,2,116); }
div.DivClassName
{
background-color: #C80274;
}
.BgClassName
{
background-color: #C80274;
}
</style>
border-color css
<style>
span { border-color: #C80274; }
span { border-color: rgb(200,2,116); }
td.TdClassName
{
border-color: #C80274;
}
.TagClassName
{
border-color: #C80274;
}
</style>