Shades of Medium Violet Red #CC128F
Tints of Medium Violet Red #CC128F
RGB
CMYK
RGB Variations
Color information
#CC128F (or 0xCC128F) is known color: Medium Violet Red. HEX triplet: CC, 12 and 8F. RGB value is (204,18,143). Sum of RGB (Red+Green+Blue) = 204+18+143=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC128F is #33ED70. Grayscale: #575757. Windows color (decimal): -3403121 or 9376460. OLE color: 9376460.
HSL color Cylindrical-coordinate representation of color #CC128F: hue angle of 319.68º 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 #CC128F is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.2 |
| HSL | 319.68º | 0.84% | 0.44% | - |
| HSV(B) | 319.68º | 0.91% | 0.8% | - |
| XYZ | 30.08 | 15.25 | 27.35 | - |
| YUV | 87.86 | 159.12 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 143 | 0 | 0.91 | 0.30 | 0.2 | 319.68 | 0.84 | 0.44 |
| Hex | CC | 12 | 8F | 0 | 5B | 1E | 14 | 140 | 54 | 2C |
| Octal | 314 | 22 | 217 | 0 | 133 | 36 | 24 | 500 | 124 | 54 |
| Binary | 11001100 | 10010 | 10001111 | 0 | 1011011 | 11110 | 10100 | 101000000 | 1010100 | 101100 |
Color Harmonies of #CC128F
Complementary color
Monochromatic Colors of #CC128F
Black with #CC128F
Text Example
Text Example
White with #CC128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC128F; }
p { color: rgb(204,18,143); }
H1.HeaderClassName
{
color: #CC128F;
}
.AnyTagClassName
{
color: #CC128F;
}
</style>
background-color css
<style>
a { background-color: #CC128F; }
a { background-color: rgb(204,18,143); }
div.DivClassName
{
background-color: #CC128F;
}
.BgClassName
{
background-color: #CC128F;
}
</style>
border-color css
<style>
span { border-color: #CC128F; }
span { border-color: rgb(204,18,143); }
td.TdClassName
{
border-color: #CC128F;
}
.TagClassName
{
border-color: #CC128F;
}
</style>