Shades of Medium Violet Red #CC108A
Tints of Medium Violet Red #CC108A
RGB
CMYK
RGB Variations
Color information
#CC108A (or 0xCC108A) is known color: Medium Violet Red. HEX triplet: CC, 10 and 8A. RGB value is (204,16,138). Sum of RGB (Red+Green+Blue) = 204+16+138=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC108A is #33EF75. Grayscale: #555555. Windows color (decimal): -3403638 or 9048268. OLE color: 9048268.
HSL color Cylindrical-coordinate representation of color #CC108A: hue angle of 321.06º 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 #CC108A is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 138 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.2 |
| HSL | 321.06º | 0.85% | 0.43% | - |
| HSV(B) | 321.06º | 0.92% | 0.8% | - |
| XYZ | 29.67 | 15.04 | 25.38 | - |
| YUV | 86.12 | 157.28 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 138 | 0 | 0.92 | 0.32 | 0.2 | 321.06 | 0.85 | 0.43 |
| Hex | CC | 10 | 8A | 0 | 5C | 20 | 14 | 141 | 55 | 2B |
| Octal | 314 | 20 | 212 | 0 | 134 | 40 | 24 | 501 | 125 | 53 |
| Binary | 11001100 | 10000 | 10001010 | 0 | 1011100 | 100000 | 10100 | 101000001 | 1010101 | 101011 |
Color Harmonies of #CC108A
Complementary color
Monochromatic Colors of #CC108A
Black with #CC108A
Text Example
Text Example
White with #CC108A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC108A; }
p { color: rgb(204,16,138); }
H1.HeaderClassName
{
color: #CC108A;
}
.AnyTagClassName
{
color: #CC108A;
}
</style>
background-color css
<style>
a { background-color: #CC108A; }
a { background-color: rgb(204,16,138); }
div.DivClassName
{
background-color: #CC108A;
}
.BgClassName
{
background-color: #CC108A;
}
</style>
border-color css
<style>
span { border-color: #CC108A; }
span { border-color: rgb(204,16,138); }
td.TdClassName
{
border-color: #CC108A;
}
.TagClassName
{
border-color: #CC108A;
}
</style>