Shades of Medium Violet Red #CC129E
Tints of Medium Violet Red #CC129E
RGB
CMYK
RGB Variations
Color information
#CC129E (or 0xCC129E) is known color: Medium Violet Red. HEX triplet: CC, 12 and 9E. RGB value is (204,18,158). Sum of RGB (Red+Green+Blue) = 204+18+158=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC129E is #33ED61. Grayscale: #595959. Windows color (decimal): -3403106 or 10359500. OLE color: 10359500.
HSL color Cylindrical-coordinate representation of color #CC129E: hue angle of 314.84º 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 #CC129E is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 158 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.2 |
| HSL | 314.84º | 0.84% | 0.44% | - |
| HSV(B) | 314.84º | 0.91% | 0.8% | - |
| XYZ | 31.29 | 15.74 | 33.74 | - |
| YUV | 89.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 158 | 0 | 0.91 | 0.23 | 0.2 | 314.84 | 0.84 | 0.44 |
| Hex | CC | 12 | 9E | 0 | 5B | 17 | 14 | 13B | 54 | 2C |
| Octal | 314 | 22 | 236 | 0 | 133 | 27 | 24 | 473 | 124 | 54 |
| Binary | 11001100 | 10010 | 10011110 | 0 | 1011011 | 10111 | 10100 | 100111011 | 1010100 | 101100 |
Color Harmonies of #CC129E
Complementary color
Monochromatic Colors of #CC129E
Black with #CC129E
Text Example
Text Example
White with #CC129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC129E; }
p { color: rgb(204,18,158); }
H1.HeaderClassName
{
color: #CC129E;
}
.AnyTagClassName
{
color: #CC129E;
}
</style>
background-color css
<style>
a { background-color: #CC129E; }
a { background-color: rgb(204,18,158); }
div.DivClassName
{
background-color: #CC129E;
}
.BgClassName
{
background-color: #CC129E;
}
</style>
border-color css
<style>
span { border-color: #CC129E; }
span { border-color: rgb(204,18,158); }
td.TdClassName
{
border-color: #CC129E;
}
.TagClassName
{
border-color: #CC129E;
}
</style>