Shades of Medium Violet Red #CC1E97
Tints of Medium Violet Red #CC1E97
RGB
CMYK
RGB Variations
Color information
#CC1E97 (or 0xCC1E97) is known color: Medium Violet Red. HEX triplet: CC, 1E and 97. RGB value is (204,30,151). Sum of RGB (Red+Green+Blue) = 204+30+151=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1E97 is #33E168. Grayscale: #5F5F5F. Windows color (decimal): -3400041 or 9903820. OLE color: 9903820.
HSL color Cylindrical-coordinate representation of color #CC1E97: hue angle of 318.28º 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 #CC1E97 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 151 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.2 |
| HSL | 318.28º | 0.74% | 0.46% | - |
| HSV(B) | 318.28º | 0.85% | 0.8% | - |
| XYZ | 30.95 | 16 | 30.74 | - |
| YUV | 95.82 | 159.15 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 151 | 0 | 0.85 | 0.26 | 0.2 | 318.28 | 0.74 | 0.46 |
| Hex | CC | 1E | 97 | 0 | 55 | 1A | 14 | 13E | 4A | 2E |
| Octal | 314 | 36 | 227 | 0 | 125 | 32 | 24 | 476 | 112 | 56 |
| Binary | 11001100 | 11110 | 10010111 | 0 | 1010101 | 11010 | 10100 | 100111110 | 1001010 | 101110 |
Color Harmonies of #CC1E97
Complementary color
Monochromatic Colors of #CC1E97
Black with #CC1E97
Text Example
Text Example
White with #CC1E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E97; }
p { color: rgb(204,30,151); }
H1.HeaderClassName
{
color: #CC1E97;
}
.AnyTagClassName
{
color: #CC1E97;
}
</style>
background-color css
<style>
a { background-color: #CC1E97; }
a { background-color: rgb(204,30,151); }
div.DivClassName
{
background-color: #CC1E97;
}
.BgClassName
{
background-color: #CC1E97;
}
</style>
border-color css
<style>
span { border-color: #CC1E97; }
span { border-color: rgb(204,30,151); }
td.TdClassName
{
border-color: #CC1E97;
}
.TagClassName
{
border-color: #CC1E97;
}
</style>