Shades of Medium Violet Red #CC2273
Tints of Medium Violet Red #CC2273
RGB
CMYK
RGB Variations
Color information
#CC2273 (or 0xCC2273) is known color: Medium Violet Red. HEX triplet: CC, 22 and 73. RGB value is (204,34,115). Sum of RGB (Red+Green+Blue) = 204+34+115=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2273 is #33DD8C. Grayscale: #5D5D5D. Windows color (decimal): -3399053 or 7545548. OLE color: 7545548.
HSL color Cylindrical-coordinate representation of color #CC2273: hue angle of 331.41º 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 #CC2273 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 115 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.2 |
| HSL | 331.41º | 0.71% | 0.47% | - |
| HSV(B) | 331.41º | 0.83% | 0.8% | - |
| XYZ | 28.57 | 15.22 | 17.65 | - |
| YUV | 94.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 115 | 0 | 0.83 | 0.44 | 0.2 | 331.41 | 0.71 | 0.47 |
| Hex | CC | 22 | 73 | 0 | 53 | 2C | 14 | 14B | 47 | 2F |
| Octal | 314 | 42 | 163 | 0 | 123 | 54 | 24 | 513 | 107 | 57 |
| Binary | 11001100 | 100010 | 1110011 | 0 | 1010011 | 101100 | 10100 | 101001011 | 1000111 | 101111 |
Color Harmonies of #CC2273
Complementary color
Monochromatic Colors of #CC2273
Black with #CC2273
Text Example
Text Example
White with #CC2273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2273; }
p { color: rgb(204,34,115); }
H1.HeaderClassName
{
color: #CC2273;
}
.AnyTagClassName
{
color: #CC2273;
}
</style>
background-color css
<style>
a { background-color: #CC2273; }
a { background-color: rgb(204,34,115); }
div.DivClassName
{
background-color: #CC2273;
}
.BgClassName
{
background-color: #CC2273;
}
</style>
border-color css
<style>
span { border-color: #CC2273; }
span { border-color: rgb(204,34,115); }
td.TdClassName
{
border-color: #CC2273;
}
.TagClassName
{
border-color: #CC2273;
}
</style>