Shades of Medium Violet Red #CC129B
Tints of Medium Violet Red #CC129B
RGB
CMYK
RGB Variations
Color information
#CC129B (or 0xCC129B) is known color: Medium Violet Red. HEX triplet: CC, 12 and 9B. RGB value is (204,18,155). Sum of RGB (Red+Green+Blue) = 204+18+155=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC129B is #33ED64. Grayscale: #585858. Windows color (decimal): -3403109 or 10162892. OLE color: 10162892.
HSL color Cylindrical-coordinate representation of color #CC129B: hue angle of 315.81º 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 #CC129B is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.2 |
| HSL | 315.81º | 0.84% | 0.44% | - |
| HSV(B) | 315.81º | 0.91% | 0.8% | - |
| XYZ | 31.03 | 15.64 | 32.39 | - |
| YUV | 89.23 | 165.12 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 155 | 0 | 0.91 | 0.24 | 0.2 | 315.81 | 0.84 | 0.44 |
| Hex | CC | 12 | 9B | 0 | 5B | 18 | 14 | 13C | 54 | 2C |
| Octal | 314 | 22 | 233 | 0 | 133 | 30 | 24 | 474 | 124 | 54 |
| Binary | 11001100 | 10010 | 10011011 | 0 | 1011011 | 11000 | 10100 | 100111100 | 1010100 | 101100 |
Color Harmonies of #CC129B
Complementary color
Monochromatic Colors of #CC129B
Black with #CC129B
Text Example
Text Example
White with #CC129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC129B; }
p { color: rgb(204,18,155); }
H1.HeaderClassName
{
color: #CC129B;
}
.AnyTagClassName
{
color: #CC129B;
}
</style>
background-color css
<style>
a { background-color: #CC129B; }
a { background-color: rgb(204,18,155); }
div.DivClassName
{
background-color: #CC129B;
}
.BgClassName
{
background-color: #CC129B;
}
</style>
border-color css
<style>
span { border-color: #CC129B; }
span { border-color: rgb(204,18,155); }
td.TdClassName
{
border-color: #CC129B;
}
.TagClassName
{
border-color: #CC129B;
}
</style>