Shades of Medium Violet Red #CC128E
Tints of Medium Violet Red #CC128E
RGB
CMYK
RGB Variations
Color information
#CC128E (or 0xCC128E) is known color: Medium Violet Red. HEX triplet: CC, 12 and 8E. RGB value is (204,18,142). Sum of RGB (Red+Green+Blue) = 204+18+142=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC128E is #33ED71. Grayscale: #575757. Windows color (decimal): -3403122 or 9310924. OLE color: 9310924.
HSL color Cylindrical-coordinate representation of color #CC128E: hue angle of 320º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC128E is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.2 |
| HSL | 320º | 0.84% | 0.44% | - |
| HSV(B) | 320º | 0.91% | 0.8% | - |
| XYZ | 30 | 15.22 | 26.95 | - |
| YUV | 87.75 | 158.62 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 142 | 0 | 0.91 | 0.30 | 0.2 | 320 | 0.84 | 0.44 |
| Hex | CC | 12 | 8E | 0 | 5B | 1E | 14 | 140 | 54 | 2C |
| Octal | 314 | 22 | 216 | 0 | 133 | 36 | 24 | 500 | 124 | 54 |
| Binary | 11001100 | 10010 | 10001110 | 0 | 1011011 | 11110 | 10100 | 101000000 | 1010100 | 101100 |
Color Harmonies of #CC128E
Complementary color
Monochromatic Colors of #CC128E
Black with #CC128E
Text Example
Text Example
White with #CC128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC128E; }
p { color: rgb(204,18,142); }
H1.HeaderClassName
{
color: #CC128E;
}
.AnyTagClassName
{
color: #CC128E;
}
</style>
background-color css
<style>
a { background-color: #CC128E; }
a { background-color: rgb(204,18,142); }
div.DivClassName
{
background-color: #CC128E;
}
.BgClassName
{
background-color: #CC128E;
}
</style>
border-color css
<style>
span { border-color: #CC128E; }
span { border-color: rgb(204,18,142); }
td.TdClassName
{
border-color: #CC128E;
}
.TagClassName
{
border-color: #CC128E;
}
</style>