Shades of Medium Violet Red #CC129C
Tints of Medium Violet Red #CC129C
RGB
CMYK
RGB Variations
Color information
#CC129C (or 0xCC129C) is known color: Medium Violet Red. HEX triplet: CC, 12 and 9C. RGB value is (204,18,156). Sum of RGB (Red+Green+Blue) = 204+18+156=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC129C is #33ED63. Grayscale: #585858. Windows color (decimal): -3403108 or 10228428. OLE color: 10228428.
HSL color Cylindrical-coordinate representation of color #CC129C: hue angle of 315.48º 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 #CC129C is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.2 |
| HSL | 315.48º | 0.84% | 0.44% | - |
| HSV(B) | 315.48º | 0.91% | 0.8% | - |
| XYZ | 31.12 | 15.67 | 32.84 | - |
| YUV | 89.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 156 | 0 | 0.91 | 0.24 | 0.2 | 315.48 | 0.84 | 0.44 |
| Hex | CC | 12 | 9C | 0 | 5B | 18 | 14 | 13B | 54 | 2C |
| Octal | 314 | 22 | 234 | 0 | 133 | 30 | 24 | 473 | 124 | 54 |
| Binary | 11001100 | 10010 | 10011100 | 0 | 1011011 | 11000 | 10100 | 100111011 | 1010100 | 101100 |
Color Harmonies of #CC129C
Complementary color
Monochromatic Colors of #CC129C
Black with #CC129C
Text Example
Text Example
White with #CC129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC129C; }
p { color: rgb(204,18,156); }
H1.HeaderClassName
{
color: #CC129C;
}
.AnyTagClassName
{
color: #CC129C;
}
</style>
background-color css
<style>
a { background-color: #CC129C; }
a { background-color: rgb(204,18,156); }
div.DivClassName
{
background-color: #CC129C;
}
.BgClassName
{
background-color: #CC129C;
}
</style>
border-color css
<style>
span { border-color: #CC129C; }
span { border-color: rgb(204,18,156); }
td.TdClassName
{
border-color: #CC129C;
}
.TagClassName
{
border-color: #CC129C;
}
</style>