Shades of Medium Violet Red #CC107A
Tints of Medium Violet Red #CC107A
RGB
CMYK
RGB Variations
Color information
#CC107A (or 0xCC107A) is known color: Medium Violet Red. HEX triplet: CC, 10 and 7A. RGB value is (204,16,122). Sum of RGB (Red+Green+Blue) = 204+16+122=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC107A is #33EF85. Grayscale: #545454. Windows color (decimal): -3403654 or 7999692. OLE color: 7999692.
HSL color Cylindrical-coordinate representation of color #CC107A: hue angle of 326.17º 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 #CC107A is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.2 |
| HSL | 326.17º | 0.85% | 0.43% | - |
| HSV(B) | 326.17º | 0.92% | 0.8% | - |
| XYZ | 28.6 | 14.61 | 19.73 | - |
| YUV | 84.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 122 | 0 | 0.92 | 0.40 | 0.2 | 326.17 | 0.85 | 0.43 |
| Hex | CC | 10 | 7A | 0 | 5C | 28 | 14 | 146 | 55 | 2B |
| Octal | 314 | 20 | 172 | 0 | 134 | 50 | 24 | 506 | 125 | 53 |
| Binary | 11001100 | 10000 | 1111010 | 0 | 1011100 | 101000 | 10100 | 101000110 | 1010101 | 101011 |
Color Harmonies of #CC107A
Complementary color
Monochromatic Colors of #CC107A
Black with #CC107A
Text Example
Text Example
White with #CC107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC107A; }
p { color: rgb(204,16,122); }
H1.HeaderClassName
{
color: #CC107A;
}
.AnyTagClassName
{
color: #CC107A;
}
</style>
background-color css
<style>
a { background-color: #CC107A; }
a { background-color: rgb(204,16,122); }
div.DivClassName
{
background-color: #CC107A;
}
.BgClassName
{
background-color: #CC107A;
}
</style>
border-color css
<style>
span { border-color: #CC107A; }
span { border-color: rgb(204,16,122); }
td.TdClassName
{
border-color: #CC107A;
}
.TagClassName
{
border-color: #CC107A;
}
</style>