Shades of Medium Violet Red #CC1E7C
Tints of Medium Violet Red #CC1E7C
RGB
CMYK
RGB Variations
Color information
#CC1E7C (or 0xCC1E7C) is known color: Medium Violet Red. HEX triplet: CC, 1E and 7C. RGB value is (204,30,124). Sum of RGB (Red+Green+Blue) = 204+30+124=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E7C is #33E183. Grayscale: #5C5C5C. Windows color (decimal): -3400068 or 8134348. OLE color: 8134348.
HSL color Cylindrical-coordinate representation of color #CC1E7C: hue angle of 327.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1E7C is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 124 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.2 |
| HSL | 327.59º | 0.74% | 0.46% | - |
| HSV(B) | 327.59º | 0.85% | 0.8% | - |
| XYZ | 29 | 15.22 | 20.48 | - |
| YUV | 92.74 | 145.65 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 124 | 0 | 0.85 | 0.39 | 0.2 | 327.59 | 0.74 | 0.46 |
| Hex | CC | 1E | 7C | 0 | 55 | 27 | 14 | 148 | 4A | 2E |
| Octal | 314 | 36 | 174 | 0 | 125 | 47 | 24 | 510 | 112 | 56 |
| Binary | 11001100 | 11110 | 1111100 | 0 | 1010101 | 100111 | 10100 | 101001000 | 1001010 | 101110 |
Color Harmonies of #CC1E7C
Complementary color
Monochromatic Colors of #CC1E7C
Black with #CC1E7C
Text Example
Text Example
White with #CC1E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E7C; }
p { color: rgb(204,30,124); }
H1.HeaderClassName
{
color: #CC1E7C;
}
.AnyTagClassName
{
color: #CC1E7C;
}
</style>
background-color css
<style>
a { background-color: #CC1E7C; }
a { background-color: rgb(204,30,124); }
div.DivClassName
{
background-color: #CC1E7C;
}
.BgClassName
{
background-color: #CC1E7C;
}
</style>
border-color css
<style>
span { border-color: #CC1E7C; }
span { border-color: rgb(204,30,124); }
td.TdClassName
{
border-color: #CC1E7C;
}
.TagClassName
{
border-color: #CC1E7C;
}
</style>