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