Shades of Medium Violet Red #CC1E95
Tints of Medium Violet Red #CC1E95
RGB
CMYK
RGB Variations
Color information
#CC1E95 (or 0xCC1E95) is known color: Medium Violet Red. HEX triplet: CC, 1E and 95. RGB value is (204,30,149). Sum of RGB (Red+Green+Blue) = 204+30+149=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1E95 is #33E16A. Grayscale: #5F5F5F. Windows color (decimal): -3400043 or 9772748. OLE color: 9772748.
HSL color Cylindrical-coordinate representation of color #CC1E95: hue angle of 318.97º 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 #CC1E95 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 149 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.2 |
| HSL | 318.97º | 0.74% | 0.46% | - |
| HSV(B) | 318.97º | 0.85% | 0.8% | - |
| XYZ | 30.79 | 15.94 | 29.89 | - |
| YUV | 95.59 | 158.15 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 149 | 0 | 0.85 | 0.27 | 0.2 | 318.97 | 0.74 | 0.46 |
| Hex | CC | 1E | 95 | 0 | 55 | 1B | 14 | 13F | 4A | 2E |
| Octal | 314 | 36 | 225 | 0 | 125 | 33 | 24 | 477 | 112 | 56 |
| Binary | 11001100 | 11110 | 10010101 | 0 | 1010101 | 11011 | 10100 | 100111111 | 1001010 | 101110 |
Color Harmonies of #CC1E95
Complementary color
Monochromatic Colors of #CC1E95
Black with #CC1E95
Text Example
Text Example
White with #CC1E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E95; }
p { color: rgb(204,30,149); }
H1.HeaderClassName
{
color: #CC1E95;
}
.AnyTagClassName
{
color: #CC1E95;
}
</style>
background-color css
<style>
a { background-color: #CC1E95; }
a { background-color: rgb(204,30,149); }
div.DivClassName
{
background-color: #CC1E95;
}
.BgClassName
{
background-color: #CC1E95;
}
</style>
border-color css
<style>
span { border-color: #CC1E95; }
span { border-color: rgb(204,30,149); }
td.TdClassName
{
border-color: #CC1E95;
}
.TagClassName
{
border-color: #CC1E95;
}
</style>