Shades of Medium Violet Red #CC108D
Tints of Medium Violet Red #CC108D
RGB
CMYK
RGB Variations
Color information
#CC108D (or 0xCC108D) is known color: Medium Violet Red. HEX triplet: CC, 10 and 8D. RGB value is (204,16,141). Sum of RGB (Red+Green+Blue) = 204+16+141=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC108D is #33EF72. Grayscale: #565656. Windows color (decimal): -3403635 or 9244876. OLE color: 9244876.
HSL color Cylindrical-coordinate representation of color #CC108D: hue angle of 320.11º 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 #CC108D is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 141 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.2 |
| HSL | 320.11º | 0.85% | 0.43% | - |
| HSV(B) | 320.11º | 0.92% | 0.8% | - |
| XYZ | 29.89 | 15.13 | 26.54 | - |
| YUV | 86.46 | 158.78 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 141 | 0 | 0.92 | 0.31 | 0.2 | 320.11 | 0.85 | 0.43 |
| Hex | CC | 10 | 8D | 0 | 5C | 1F | 14 | 140 | 55 | 2B |
| Octal | 314 | 20 | 215 | 0 | 134 | 37 | 24 | 500 | 125 | 53 |
| Binary | 11001100 | 10000 | 10001101 | 0 | 1011100 | 11111 | 10100 | 101000000 | 1010101 | 101011 |
Color Harmonies of #CC108D
Complementary color
Monochromatic Colors of #CC108D
Black with #CC108D
Text Example
Text Example
White with #CC108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC108D; }
p { color: rgb(204,16,141); }
H1.HeaderClassName
{
color: #CC108D;
}
.AnyTagClassName
{
color: #CC108D;
}
</style>
background-color css
<style>
a { background-color: #CC108D; }
a { background-color: rgb(204,16,141); }
div.DivClassName
{
background-color: #CC108D;
}
.BgClassName
{
background-color: #CC108D;
}
</style>
border-color css
<style>
span { border-color: #CC108D; }
span { border-color: rgb(204,16,141); }
td.TdClassName
{
border-color: #CC108D;
}
.TagClassName
{
border-color: #CC108D;
}
</style>