Shades of Medium Violet Red #CC1E7B
Tints of Medium Violet Red #CC1E7B
RGB
CMYK
RGB Variations
Color information
#CC1E7B (or 0xCC1E7B) is known color: Medium Violet Red. HEX triplet: CC, 1E and 7B. RGB value is (204,30,123). Sum of RGB (Red+Green+Blue) = 204+30+123=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1E7B is #33E184. Grayscale: #5C5C5C. Windows color (decimal): -3400069 or 8068812. OLE color: 8068812.
HSL color Cylindrical-coordinate representation of color #CC1E7B: hue angle of 327.93º 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 #CC1E7B is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 123 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.2 |
| HSL | 327.93º | 0.74% | 0.46% | - |
| HSV(B) | 327.93º | 0.85% | 0.8% | - |
| XYZ | 28.94 | 15.2 | 20.15 | - |
| YUV | 92.63 | 145.15 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 123 | 0 | 0.85 | 0.40 | 0.2 | 327.93 | 0.74 | 0.46 |
| Hex | CC | 1E | 7B | 0 | 55 | 28 | 14 | 148 | 4A | 2E |
| Octal | 314 | 36 | 173 | 0 | 125 | 50 | 24 | 510 | 112 | 56 |
| Binary | 11001100 | 11110 | 1111011 | 0 | 1010101 | 101000 | 10100 | 101001000 | 1001010 | 101110 |
Color Harmonies of #CC1E7B
Complementary color
Monochromatic Colors of #CC1E7B
Black with #CC1E7B
Text Example
Text Example
White with #CC1E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E7B; }
p { color: rgb(204,30,123); }
H1.HeaderClassName
{
color: #CC1E7B;
}
.AnyTagClassName
{
color: #CC1E7B;
}
</style>
background-color css
<style>
a { background-color: #CC1E7B; }
a { background-color: rgb(204,30,123); }
div.DivClassName
{
background-color: #CC1E7B;
}
.BgClassName
{
background-color: #CC1E7B;
}
</style>
border-color css
<style>
span { border-color: #CC1E7B; }
span { border-color: rgb(204,30,123); }
td.TdClassName
{
border-color: #CC1E7B;
}
.TagClassName
{
border-color: #CC1E7B;
}
</style>