Shades of Medium Violet Red #CC128B
Tints of Medium Violet Red #CC128B
RGB
CMYK
RGB Variations
Color information
#CC128B (or 0xCC128B) is known color: Medium Violet Red. HEX triplet: CC, 12 and 8B. RGB value is (204,18,139). Sum of RGB (Red+Green+Blue) = 204+18+139=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC128B is #33ED74. Grayscale: #575757. Windows color (decimal): -3403125 or 9114316. OLE color: 9114316.
HSL color Cylindrical-coordinate representation of color #CC128B: hue angle of 320.97º 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 #CC128B is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 139 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.2 |
| HSL | 320.97º | 0.84% | 0.44% | - |
| HSV(B) | 320.97º | 0.91% | 0.8% | - |
| XYZ | 29.78 | 15.13 | 25.78 | - |
| YUV | 87.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 139 | 0 | 0.91 | 0.32 | 0.2 | 320.97 | 0.84 | 0.44 |
| Hex | CC | 12 | 8B | 0 | 5B | 20 | 14 | 141 | 54 | 2C |
| Octal | 314 | 22 | 213 | 0 | 133 | 40 | 24 | 501 | 124 | 54 |
| Binary | 11001100 | 10010 | 10001011 | 0 | 1011011 | 100000 | 10100 | 101000001 | 1010100 | 101100 |
Color Harmonies of #CC128B
Complementary color
Monochromatic Colors of #CC128B
Black with #CC128B
Text Example
Text Example
White with #CC128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC128B; }
p { color: rgb(204,18,139); }
H1.HeaderClassName
{
color: #CC128B;
}
.AnyTagClassName
{
color: #CC128B;
}
</style>
background-color css
<style>
a { background-color: #CC128B; }
a { background-color: rgb(204,18,139); }
div.DivClassName
{
background-color: #CC128B;
}
.BgClassName
{
background-color: #CC128B;
}
</style>
border-color css
<style>
span { border-color: #CC128B; }
span { border-color: rgb(204,18,139); }
td.TdClassName
{
border-color: #CC128B;
}
.TagClassName
{
border-color: #CC128B;
}
</style>