Shades of Medium Violet Red #CC109B
Tints of Medium Violet Red #CC109B
RGB
CMYK
RGB Variations
Color information
#CC109B (or 0xCC109B) is known color: Medium Violet Red. HEX triplet: CC, 10 and 9B. RGB value is (204,16,155). Sum of RGB (Red+Green+Blue) = 204+16+155=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 16 (6.64% from 255 or 4.27% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC109B is #33EF64. Grayscale: #575757. Windows color (decimal): -3403621 or 10162380. OLE color: 10162380.
HSL color Cylindrical-coordinate representation of color #CC109B: hue angle of 315.64º 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 #CC109B is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 155 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.2 |
| HSL | 315.64º | 0.85% | 0.43% | - |
| HSV(B) | 315.64º | 0.92% | 0.8% | - |
| XYZ | 31 | 15.57 | 32.38 | - |
| YUV | 88.06 | 165.78 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 155 | 0 | 0.92 | 0.24 | 0.2 | 315.64 | 0.85 | 0.43 |
| Hex | CC | 10 | 9B | 0 | 5C | 18 | 14 | 13C | 55 | 2B |
| Octal | 314 | 20 | 233 | 0 | 134 | 30 | 24 | 474 | 125 | 53 |
| Binary | 11001100 | 10000 | 10011011 | 0 | 1011100 | 11000 | 10100 | 100111100 | 1010101 | 101011 |
Color Harmonies of #CC109B
Complementary color
Monochromatic Colors of #CC109B
Black with #CC109B
Text Example
Text Example
White with #CC109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC109B; }
p { color: rgb(204,16,155); }
H1.HeaderClassName
{
color: #CC109B;
}
.AnyTagClassName
{
color: #CC109B;
}
</style>
background-color css
<style>
a { background-color: #CC109B; }
a { background-color: rgb(204,16,155); }
div.DivClassName
{
background-color: #CC109B;
}
.BgClassName
{
background-color: #CC109B;
}
</style>
border-color css
<style>
span { border-color: #CC109B; }
span { border-color: rgb(204,16,155); }
td.TdClassName
{
border-color: #CC109B;
}
.TagClassName
{
border-color: #CC109B;
}
</style>