Shades of Medium Violet Red #CC1975
Tints of Medium Violet Red #CC1975
RGB
CMYK
RGB Variations
Color information
#CC1975 (or 0xCC1975) is known color: Medium Violet Red. HEX triplet: CC, 19 and 75. RGB value is (204,25,117). Sum of RGB (Red+Green+Blue) = 204+25+117=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1975 is #33E68A. Grayscale: #585858. Windows color (decimal): -3401355 or 7674316. OLE color: 7674316.
HSL color Cylindrical-coordinate representation of color #CC1975: hue angle of 329.16º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1975 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 117 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.2 |
| HSL | 329.16º | 0.78% | 0.45% | - |
| HSV(B) | 329.16º | 0.88% | 0.8% | - |
| XYZ | 28.46 | 14.82 | 18.19 | - |
| YUV | 89.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 117 | 0 | 0.88 | 0.43 | 0.2 | 329.16 | 0.78 | 0.45 |
| Hex | CC | 19 | 75 | 0 | 58 | 2B | 14 | 149 | 4E | 2D |
| Octal | 314 | 31 | 165 | 0 | 130 | 53 | 24 | 511 | 116 | 55 |
| Binary | 11001100 | 11001 | 1110101 | 0 | 1011000 | 101011 | 10100 | 101001001 | 1001110 | 101101 |
Color Harmonies of #CC1975
Complementary color
Monochromatic Colors of #CC1975
Black with #CC1975
Text Example
Text Example
White with #CC1975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1975; }
p { color: rgb(204,25,117); }
H1.HeaderClassName
{
color: #CC1975;
}
.AnyTagClassName
{
color: #CC1975;
}
</style>
background-color css
<style>
a { background-color: #CC1975; }
a { background-color: rgb(204,25,117); }
div.DivClassName
{
background-color: #CC1975;
}
.BgClassName
{
background-color: #CC1975;
}
</style>
border-color css
<style>
span { border-color: #CC1975; }
span { border-color: rgb(204,25,117); }
td.TdClassName
{
border-color: #CC1975;
}
.TagClassName
{
border-color: #CC1975;
}
</style>