Shades of Medium Violet Red #CC2278
Tints of Medium Violet Red #CC2278
RGB
CMYK
RGB Variations
Color information
#CC2278 (or 0xCC2278) is known color: Medium Violet Red. HEX triplet: CC, 22 and 78. RGB value is (204,34,120). Sum of RGB (Red+Green+Blue) = 204+34+120=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2278 is #33DD87. Grayscale: #5E5E5E. Windows color (decimal): -3399048 or 7873228. OLE color: 7873228.
HSL color Cylindrical-coordinate representation of color #CC2278: hue angle of 329.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2278 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 120 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.2 |
| HSL | 329.65º | 0.71% | 0.47% | - |
| HSV(B) | 329.65º | 0.83% | 0.8% | - |
| XYZ | 28.86 | 15.34 | 19.21 | - |
| YUV | 94.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 120 | 0 | 0.83 | 0.41 | 0.2 | 329.65 | 0.71 | 0.47 |
| Hex | CC | 22 | 78 | 0 | 53 | 29 | 14 | 14A | 47 | 2F |
| Octal | 314 | 42 | 170 | 0 | 123 | 51 | 24 | 512 | 107 | 57 |
| Binary | 11001100 | 100010 | 1111000 | 0 | 1010011 | 101001 | 10100 | 101001010 | 1000111 | 101111 |
Color Harmonies of #CC2278
Complementary color
Monochromatic Colors of #CC2278
Black with #CC2278
Text Example
Text Example
White with #CC2278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2278; }
p { color: rgb(204,34,120); }
H1.HeaderClassName
{
color: #CC2278;
}
.AnyTagClassName
{
color: #CC2278;
}
</style>
background-color css
<style>
a { background-color: #CC2278; }
a { background-color: rgb(204,34,120); }
div.DivClassName
{
background-color: #CC2278;
}
.BgClassName
{
background-color: #CC2278;
}
</style>
border-color css
<style>
span { border-color: #CC2278; }
span { border-color: rgb(204,34,120); }
td.TdClassName
{
border-color: #CC2278;
}
.TagClassName
{
border-color: #CC2278;
}
</style>