Shades of Medium Violet Red #CC227F
Tints of Medium Violet Red #CC227F
RGB
CMYK
RGB Variations
Color information
#CC227F (or 0xCC227F) is known color: Medium Violet Red. HEX triplet: CC, 22 and 7F. RGB value is (204,34,127). Sum of RGB (Red+Green+Blue) = 204+34+127=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC227F is #33DD80. Grayscale: #5F5F5F. Windows color (decimal): -3399041 or 8331980. OLE color: 8331980.
HSL color Cylindrical-coordinate representation of color #CC227F: hue angle of 327.18º 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 #CC227F is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 127 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.2 |
| HSL | 327.18º | 0.71% | 0.47% | - |
| HSV(B) | 327.18º | 0.83% | 0.8% | - |
| XYZ | 29.3 | 15.51 | 21.53 | - |
| YUV | 95.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 127 | 0 | 0.83 | 0.38 | 0.2 | 327.18 | 0.71 | 0.47 |
| Hex | CC | 22 | 7F | 0 | 53 | 26 | 14 | 147 | 47 | 2F |
| Octal | 314 | 42 | 177 | 0 | 123 | 46 | 24 | 507 | 107 | 57 |
| Binary | 11001100 | 100010 | 1111111 | 0 | 1010011 | 100110 | 10100 | 101000111 | 1000111 | 101111 |
Color Harmonies of #CC227F
Complementary color
Monochromatic Colors of #CC227F
Black with #CC227F
Text Example
Text Example
White with #CC227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC227F; }
p { color: rgb(204,34,127); }
H1.HeaderClassName
{
color: #CC227F;
}
.AnyTagClassName
{
color: #CC227F;
}
</style>
background-color css
<style>
a { background-color: #CC227F; }
a { background-color: rgb(204,34,127); }
div.DivClassName
{
background-color: #CC227F;
}
.BgClassName
{
background-color: #CC227F;
}
</style>
border-color css
<style>
span { border-color: #CC227F; }
span { border-color: rgb(204,34,127); }
td.TdClassName
{
border-color: #CC227F;
}
.TagClassName
{
border-color: #CC227F;
}
</style>