Shades of Medium Violet Red #CC107C
Tints of Medium Violet Red #CC107C
RGB
CMYK
RGB Variations
Color information
#CC107C (or 0xCC107C) is known color: Medium Violet Red. HEX triplet: CC, 10 and 7C. RGB value is (204,16,124). Sum of RGB (Red+Green+Blue) = 204+16+124=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC107C is #33EF83. Grayscale: #545454. Windows color (decimal): -3403652 or 8130764. OLE color: 8130764.
HSL color Cylindrical-coordinate representation of color #CC107C: hue angle of 325.53º 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 #CC107C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 124 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.2 |
| HSL | 325.53º | 0.85% | 0.43% | - |
| HSV(B) | 325.53º | 0.92% | 0.8% | - |
| XYZ | 28.73 | 14.66 | 20.39 | - |
| YUV | 84.52 | 150.28 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 124 | 0 | 0.92 | 0.39 | 0.2 | 325.53 | 0.85 | 0.43 |
| Hex | CC | 10 | 7C | 0 | 5C | 27 | 14 | 146 | 55 | 2B |
| Octal | 314 | 20 | 174 | 0 | 134 | 47 | 24 | 506 | 125 | 53 |
| Binary | 11001100 | 10000 | 1111100 | 0 | 1011100 | 100111 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CC107C
Complementary color
Monochromatic Colors of #CC107C
Black with #CC107C
Text Example
Text Example
White with #CC107C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC107C; }
p { color: rgb(204,16,124); }
H1.HeaderClassName
{
color: #CC107C;
}
.AnyTagClassName
{
color: #CC107C;
}
</style>
background-color css
<style>
a { background-color: #CC107C; }
a { background-color: rgb(204,16,124); }
div.DivClassName
{
background-color: #CC107C;
}
.BgClassName
{
background-color: #CC107C;
}
</style>
border-color css
<style>
span { border-color: #CC107C; }
span { border-color: rgb(204,16,124); }
td.TdClassName
{
border-color: #CC107C;
}
.TagClassName
{
border-color: #CC107C;
}
</style>