Shades of Medium Violet Red #CC279C
Tints of Medium Violet Red #CC279C
RGB
CMYK
RGB Variations
Color information
#CC279C (or 0xCC279C) is known color: Medium Violet Red. HEX triplet: CC, 27 and 9C. RGB value is (204,39,156). Sum of RGB (Red+Green+Blue) = 204+39+156=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC279C is #33D863. Grayscale: #656565. Windows color (decimal): -3397732 or 10233804. OLE color: 10233804.
HSL color Cylindrical-coordinate representation of color #CC279C: hue angle of 317.45º 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 #CC279C is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 39 | 156 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.2 |
| HSL | 317.45º | 0.68% | 0.48% | - |
| HSV(B) | 317.45º | 0.81% | 0.8% | - |
| XYZ | 31.63 | 16.69 | 33.01 | - |
| YUV | 101.67 | 158.66 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 39 | 156 | 0 | 0.81 | 0.24 | 0.2 | 317.45 | 0.68 | 0.48 |
| Hex | CC | 27 | 9C | 0 | 51 | 18 | 14 | 13D | 44 | 30 |
| Octal | 314 | 47 | 234 | 0 | 121 | 30 | 24 | 475 | 104 | 60 |
| Binary | 11001100 | 100111 | 10011100 | 0 | 1010001 | 11000 | 10100 | 100111101 | 1000100 | 110000 |
Color Harmonies of #CC279C
Complementary color
Monochromatic Colors of #CC279C
Black with #CC279C
Text Example
Text Example
White with #CC279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC279C; }
p { color: rgb(204,39,156); }
H1.HeaderClassName
{
color: #CC279C;
}
.AnyTagClassName
{
color: #CC279C;
}
</style>
background-color css
<style>
a { background-color: #CC279C; }
a { background-color: rgb(204,39,156); }
div.DivClassName
{
background-color: #CC279C;
}
.BgClassName
{
background-color: #CC279C;
}
</style>
border-color css
<style>
span { border-color: #CC279C; }
span { border-color: rgb(204,39,156); }
td.TdClassName
{
border-color: #CC279C;
}
.TagClassName
{
border-color: #CC279C;
}
</style>