Shades of Medium Violet Red #CC279E
Tints of Medium Violet Red #CC279E
RGB
CMYK
RGB Variations
Color information
#CC279E (or 0xCC279E) is known color: Medium Violet Red. HEX triplet: CC, 27 and 9E. RGB value is (204,39,158). Sum of RGB (Red+Green+Blue) = 204+39+158=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC279E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC279E is #33D861. Grayscale: #656565. Windows color (decimal): -3397730 or 10364876. OLE color: 10364876.
HSL color Cylindrical-coordinate representation of color #CC279E: hue angle of 316.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC279E is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 158 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.2 |
| HSL | 316.73º | 0.68% | 0.48% | - |
| HSV(B) | 316.73º | 0.81% | 0.8% | - |
| XYZ | 31.8 | 16.76 | 33.91 | - |
| YUV | 101.9 | 159.66 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 158 | 0 | 0.81 | 0.23 | 0.2 | 316.73 | 0.68 | 0.48 |
| Hex | CC | 27 | 9E | 0 | 51 | 17 | 14 | 13D | 44 | 30 |
| Octal | 314 | 47 | 236 | 0 | 121 | 27 | 24 | 475 | 104 | 60 |
| Binary | 11001100 | 100111 | 10011110 | 0 | 1010001 | 10111 | 10100 | 100111101 | 1000100 | 110000 |
Color Harmonies of #CC279E
Complementary color
Monochromatic Colors of #CC279E
Black with #CC279E
Text Example
Text Example
White with #CC279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC279E; }
p { color: rgb(204,39,158); }
H1.HeaderClassName
{
color: #CC279E;
}
.AnyTagClassName
{
color: #CC279E;
}
</style>
background-color css
<style>
a { background-color: #CC279E; }
a { background-color: rgb(204,39,158); }
div.DivClassName
{
background-color: #CC279E;
}
.BgClassName
{
background-color: #CC279E;
}
</style>
border-color css
<style>
span { border-color: #CC279E; }
span { border-color: rgb(204,39,158); }
td.TdClassName
{
border-color: #CC279E;
}
.TagClassName
{
border-color: #CC279E;
}
</style>