Shades of Medium Violet Red #CC107D
Tints of Medium Violet Red #CC107D
RGB
CMYK
RGB Variations
Color information
#CC107D (or 0xCC107D) is known color: Medium Violet Red. HEX triplet: CC, 10 and 7D. RGB value is (204,16,125). Sum of RGB (Red+Green+Blue) = 204+16+125=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC107D is #33EF82. Grayscale: #545454. Windows color (decimal): -3403651 or 8196300. OLE color: 8196300.
HSL color Cylindrical-coordinate representation of color #CC107D: hue angle of 325.21º 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 #CC107D is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 125 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.2 |
| HSL | 325.21º | 0.85% | 0.43% | - |
| HSV(B) | 325.21º | 0.92% | 0.8% | - |
| XYZ | 28.79 | 14.69 | 20.72 | - |
| YUV | 84.64 | 150.78 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 125 | 0 | 0.92 | 0.39 | 0.2 | 325.21 | 0.85 | 0.43 |
| Hex | CC | 10 | 7D | 0 | 5C | 27 | 14 | 145 | 55 | 2B |
| Octal | 314 | 20 | 175 | 0 | 134 | 47 | 24 | 505 | 125 | 53 |
| Binary | 11001100 | 10000 | 1111101 | 0 | 1011100 | 100111 | 10100 | 101000101 | 1010101 | 101011 |
Color Harmonies of #CC107D
Complementary color
Monochromatic Colors of #CC107D
Black with #CC107D
Text Example
Text Example
White with #CC107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC107D; }
p { color: rgb(204,16,125); }
H1.HeaderClassName
{
color: #CC107D;
}
.AnyTagClassName
{
color: #CC107D;
}
</style>
background-color css
<style>
a { background-color: #CC107D; }
a { background-color: rgb(204,16,125); }
div.DivClassName
{
background-color: #CC107D;
}
.BgClassName
{
background-color: #CC107D;
}
</style>
border-color css
<style>
span { border-color: #CC107D; }
span { border-color: rgb(204,16,125); }
td.TdClassName
{
border-color: #CC107D;
}
.TagClassName
{
border-color: #CC107D;
}
</style>