Shades of Medium Violet Red #CC228A
Tints of Medium Violet Red #CC228A
RGB
CMYK
RGB Variations
Color information
#CC228A (or 0xCC228A) is known color: Medium Violet Red. HEX triplet: CC, 22 and 8A. RGB value is (204,34,138). Sum of RGB (Red+Green+Blue) = 204+34+138=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC228A is #33DD75. Grayscale: #606060. Windows color (decimal): -3399030 or 9052876. OLE color: 9052876.
HSL color Cylindrical-coordinate representation of color #CC228A: hue angle of 323.29º 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 #CC228A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 138 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.2 |
| HSL | 323.29º | 0.71% | 0.47% | - |
| HSV(B) | 323.29º | 0.83% | 0.8% | - |
| XYZ | 30.06 | 15.82 | 25.51 | - |
| YUV | 96.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 138 | 0 | 0.83 | 0.32 | 0.2 | 323.29 | 0.71 | 0.47 |
| Hex | CC | 22 | 8A | 0 | 53 | 20 | 14 | 143 | 47 | 2F |
| Octal | 314 | 42 | 212 | 0 | 123 | 40 | 24 | 503 | 107 | 57 |
| Binary | 11001100 | 100010 | 10001010 | 0 | 1010011 | 100000 | 10100 | 101000011 | 1000111 | 101111 |
Color Harmonies of #CC228A
Complementary color
Monochromatic Colors of #CC228A
Black with #CC228A
Text Example
Text Example
White with #CC228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC228A; }
p { color: rgb(204,34,138); }
H1.HeaderClassName
{
color: #CC228A;
}
.AnyTagClassName
{
color: #CC228A;
}
</style>
background-color css
<style>
a { background-color: #CC228A; }
a { background-color: rgb(204,34,138); }
div.DivClassName
{
background-color: #CC228A;
}
.BgClassName
{
background-color: #CC228A;
}
</style>
border-color css
<style>
span { border-color: #CC228A; }
span { border-color: rgb(204,34,138); }
td.TdClassName
{
border-color: #CC228A;
}
.TagClassName
{
border-color: #CC228A;
}
</style>