Shades of Medium Violet Red #CC1E7E
Tints of Medium Violet Red #CC1E7E
RGB
CMYK
RGB Variations
Color information
#CC1E7E (or 0xCC1E7E) is known color: Medium Violet Red. HEX triplet: CC, 1E and 7E. RGB value is (204,30,126). Sum of RGB (Red+Green+Blue) = 204+30+126=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E7E is #33E181. Grayscale: #5C5C5C. Windows color (decimal): -3400066 or 8265420. OLE color: 8265420.
HSL color Cylindrical-coordinate representation of color #CC1E7E: hue angle of 326.9º 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 #CC1E7E is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 126 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.2 |
| HSL | 326.9º | 0.74% | 0.46% | - |
| HSV(B) | 326.9º | 0.85% | 0.8% | - |
| XYZ | 29.13 | 15.27 | 21.15 | - |
| YUV | 92.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 126 | 0 | 0.85 | 0.38 | 0.2 | 326.9 | 0.74 | 0.46 |
| Hex | CC | 1E | 7E | 0 | 55 | 26 | 14 | 147 | 4A | 2E |
| Octal | 314 | 36 | 176 | 0 | 125 | 46 | 24 | 507 | 112 | 56 |
| Binary | 11001100 | 11110 | 1111110 | 0 | 1010101 | 100110 | 10100 | 101000111 | 1001010 | 101110 |
Color Harmonies of #CC1E7E
Complementary color
Monochromatic Colors of #CC1E7E
Black with #CC1E7E
Text Example
Text Example
White with #CC1E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E7E; }
p { color: rgb(204,30,126); }
H1.HeaderClassName
{
color: #CC1E7E;
}
.AnyTagClassName
{
color: #CC1E7E;
}
</style>
background-color css
<style>
a { background-color: #CC1E7E; }
a { background-color: rgb(204,30,126); }
div.DivClassName
{
background-color: #CC1E7E;
}
.BgClassName
{
background-color: #CC1E7E;
}
</style>
border-color css
<style>
span { border-color: #CC1E7E; }
span { border-color: rgb(204,30,126); }
td.TdClassName
{
border-color: #CC1E7E;
}
.TagClassName
{
border-color: #CC1E7E;
}
</style>