Shades of Medium Violet Red #CC228F
Tints of Medium Violet Red #CC228F
RGB
CMYK
RGB Variations
Color information
#CC228F (or 0xCC228F) is known color: Medium Violet Red. HEX triplet: CC, 22 and 8F. RGB value is (204,34,143). Sum of RGB (Red+Green+Blue) = 204+34+143=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC228F is #33DD70. Grayscale: #606060. Windows color (decimal): -3399025 or 9380556. OLE color: 9380556.
HSL color Cylindrical-coordinate representation of color #CC228F: hue angle of 321.53º 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 #CC228F is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 143 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.2 |
| HSL | 321.53º | 0.71% | 0.47% | - |
| HSV(B) | 321.53º | 0.83% | 0.8% | - |
| XYZ | 30.43 | 15.96 | 27.46 | - |
| YUV | 97.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 143 | 0 | 0.83 | 0.30 | 0.2 | 321.53 | 0.71 | 0.47 |
| Hex | CC | 22 | 8F | 0 | 53 | 1E | 14 | 142 | 47 | 2F |
| Octal | 314 | 42 | 217 | 0 | 123 | 36 | 24 | 502 | 107 | 57 |
| Binary | 11001100 | 100010 | 10001111 | 0 | 1010011 | 11110 | 10100 | 101000010 | 1000111 | 101111 |
Color Harmonies of #CC228F
Complementary color
Monochromatic Colors of #CC228F
Black with #CC228F
Text Example
Text Example
White with #CC228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC228F; }
p { color: rgb(204,34,143); }
H1.HeaderClassName
{
color: #CC228F;
}
.AnyTagClassName
{
color: #CC228F;
}
</style>
background-color css
<style>
a { background-color: #CC228F; }
a { background-color: rgb(204,34,143); }
div.DivClassName
{
background-color: #CC228F;
}
.BgClassName
{
background-color: #CC228F;
}
</style>
border-color css
<style>
span { border-color: #CC228F; }
span { border-color: rgb(204,34,143); }
td.TdClassName
{
border-color: #CC228F;
}
.TagClassName
{
border-color: #CC228F;
}
</style>