Shades of Medium Violet Red #CC109A
Tints of Medium Violet Red #CC109A
RGB
CMYK
RGB Variations
Color information
#CC109A (or 0xCC109A) is known color: Medium Violet Red. HEX triplet: CC, 10 and 9A. RGB value is (204,16,154). Sum of RGB (Red+Green+Blue) = 204+16+154=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC109A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC109A is #33EF65. Grayscale: #575757. Windows color (decimal): -3403622 or 10096844. OLE color: 10096844.
HSL color Cylindrical-coordinate representation of color #CC109A: hue angle of 315.96º 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 #CC109A is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 154 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.2 |
| HSL | 315.96º | 0.85% | 0.43% | - |
| HSV(B) | 315.96º | 0.92% | 0.8% | - |
| XYZ | 30.92 | 15.54 | 31.94 | - |
| YUV | 87.94 | 165.28 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 154 | 0 | 0.92 | 0.25 | 0.2 | 315.96 | 0.85 | 0.43 |
| Hex | CC | 10 | 9A | 0 | 5C | 19 | 14 | 13C | 55 | 2B |
| Octal | 314 | 20 | 232 | 0 | 134 | 31 | 24 | 474 | 125 | 53 |
| Binary | 11001100 | 10000 | 10011010 | 0 | 1011100 | 11001 | 10100 | 100111100 | 1010101 | 101011 |
Color Harmonies of #CC109A
Complementary color
Monochromatic Colors of #CC109A
Black with #CC109A
Text Example
Text Example
White with #CC109A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC109A; }
p { color: rgb(204,16,154); }
H1.HeaderClassName
{
color: #CC109A;
}
.AnyTagClassName
{
color: #CC109A;
}
</style>
background-color css
<style>
a { background-color: #CC109A; }
a { background-color: rgb(204,16,154); }
div.DivClassName
{
background-color: #CC109A;
}
.BgClassName
{
background-color: #CC109A;
}
</style>
border-color css
<style>
span { border-color: #CC109A; }
span { border-color: rgb(204,16,154); }
td.TdClassName
{
border-color: #CC109A;
}
.TagClassName
{
border-color: #CC109A;
}
</style>