Shades of Medium Violet Red #CC128D
Tints of Medium Violet Red #CC128D
RGB
CMYK
RGB Variations
Color information
#CC128D (or 0xCC128D) is known color: Medium Violet Red. HEX triplet: CC, 12 and 8D. RGB value is (204,18,141). Sum of RGB (Red+Green+Blue) = 204+18+141=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC128D is #33ED72. Grayscale: #575757. Windows color (decimal): -3403123 or 9245388. OLE color: 9245388.
HSL color Cylindrical-coordinate representation of color #CC128D: hue angle of 320.32º 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 #CC128D is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 141 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.2 |
| HSL | 320.32º | 0.84% | 0.44% | - |
| HSV(B) | 320.32º | 0.91% | 0.8% | - |
| XYZ | 29.93 | 15.19 | 26.55 | - |
| YUV | 87.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 141 | 0 | 0.91 | 0.31 | 0.2 | 320.32 | 0.84 | 0.44 |
| Hex | CC | 12 | 8D | 0 | 5B | 1F | 14 | 140 | 54 | 2C |
| Octal | 314 | 22 | 215 | 0 | 133 | 37 | 24 | 500 | 124 | 54 |
| Binary | 11001100 | 10010 | 10001101 | 0 | 1011011 | 11111 | 10100 | 101000000 | 1010100 | 101100 |
Color Harmonies of #CC128D
Complementary color
Monochromatic Colors of #CC128D
Black with #CC128D
Text Example
Text Example
White with #CC128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC128D; }
p { color: rgb(204,18,141); }
H1.HeaderClassName
{
color: #CC128D;
}
.AnyTagClassName
{
color: #CC128D;
}
</style>
background-color css
<style>
a { background-color: #CC128D; }
a { background-color: rgb(204,18,141); }
div.DivClassName
{
background-color: #CC128D;
}
.BgClassName
{
background-color: #CC128D;
}
</style>
border-color css
<style>
span { border-color: #CC128D; }
span { border-color: rgb(204,18,141); }
td.TdClassName
{
border-color: #CC128D;
}
.TagClassName
{
border-color: #CC128D;
}
</style>