Shades of Medium Violet Red #CC109C
Tints of Medium Violet Red #CC109C
RGB
CMYK
RGB Variations
Color information
#CC109C (or 0xCC109C) is known color: Medium Violet Red. HEX triplet: CC, 10 and 9C. RGB value is (204,16,156). Sum of RGB (Red+Green+Blue) = 204+16+156=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC109C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC109C is #33EF63. Grayscale: #575757. Windows color (decimal): -3403620 or 10227916. OLE color: 10227916.
HSL color Cylindrical-coordinate representation of color #CC109C: hue angle of 315.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC109C is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 156 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.2 |
| HSL | 315.32º | 0.85% | 0.43% | - |
| HSV(B) | 315.32º | 0.92% | 0.8% | - |
| XYZ | 31.09 | 15.61 | 32.83 | - |
| YUV | 88.17 | 166.28 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 156 | 0 | 0.92 | 0.24 | 0.2 | 315.32 | 0.85 | 0.43 |
| Hex | CC | 10 | 9C | 0 | 5C | 18 | 14 | 13B | 55 | 2B |
| Octal | 314 | 20 | 234 | 0 | 134 | 30 | 24 | 473 | 125 | 53 |
| Binary | 11001100 | 10000 | 10011100 | 0 | 1011100 | 11000 | 10100 | 100111011 | 1010101 | 101011 |
Color Harmonies of #CC109C
Complementary color
Monochromatic Colors of #CC109C
Black with #CC109C
Text Example
Text Example
White with #CC109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC109C; }
p { color: rgb(204,16,156); }
H1.HeaderClassName
{
color: #CC109C;
}
.AnyTagClassName
{
color: #CC109C;
}
</style>
background-color css
<style>
a { background-color: #CC109C; }
a { background-color: rgb(204,16,156); }
div.DivClassName
{
background-color: #CC109C;
}
.BgClassName
{
background-color: #CC109C;
}
</style>
border-color css
<style>
span { border-color: #CC109C; }
span { border-color: rgb(204,16,156); }
td.TdClassName
{
border-color: #CC109C;
}
.TagClassName
{
border-color: #CC109C;
}
</style>