Shades of Medium Violet Red #CC129F
Tints of Medium Violet Red #CC129F
RGB
CMYK
RGB Variations
Color information
#CC129F (or 0xCC129F) is known color: Medium Violet Red. HEX triplet: CC, 12 and 9F. RGB value is (204,18,159). Sum of RGB (Red+Green+Blue) = 204+18+159=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC129F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC129F is #33ED60. Grayscale: #595959. Windows color (decimal): -3403105 or 10425036. OLE color: 10425036.
HSL color Cylindrical-coordinate representation of color #CC129F: hue angle of 314.52º 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 #CC129F is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 159 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.2 |
| HSL | 314.52º | 0.84% | 0.44% | - |
| HSV(B) | 314.52º | 0.91% | 0.8% | - |
| XYZ | 31.38 | 15.77 | 34.19 | - |
| YUV | 89.69 | 167.12 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 159 | 0 | 0.91 | 0.22 | 0.2 | 314.52 | 0.84 | 0.44 |
| Hex | CC | 12 | 9F | 0 | 5B | 16 | 14 | 13B | 54 | 2C |
| Octal | 314 | 22 | 237 | 0 | 133 | 26 | 24 | 473 | 124 | 54 |
| Binary | 11001100 | 10010 | 10011111 | 0 | 1011011 | 10110 | 10100 | 100111011 | 1010100 | 101100 |
Color Harmonies of #CC129F
Complementary color
Monochromatic Colors of #CC129F
Black with #CC129F
Text Example
Text Example
White with #CC129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC129F; }
p { color: rgb(204,18,159); }
H1.HeaderClassName
{
color: #CC129F;
}
.AnyTagClassName
{
color: #CC129F;
}
</style>
background-color css
<style>
a { background-color: #CC129F; }
a { background-color: rgb(204,18,159); }
div.DivClassName
{
background-color: #CC129F;
}
.BgClassName
{
background-color: #CC129F;
}
</style>
border-color css
<style>
span { border-color: #CC129F; }
span { border-color: rgb(204,18,159); }
td.TdClassName
{
border-color: #CC129F;
}
.TagClassName
{
border-color: #CC129F;
}
</style>