Shades of Medium Violet Red #CC1195
Tints of Medium Violet Red #CC1195
RGB
CMYK
RGB Variations
Color information
#CC1195 (or 0xCC1195) is known color: Medium Violet Red. HEX triplet: CC, 11 and 95. RGB value is (204,17,149). Sum of RGB (Red+Green+Blue) = 204+17+149=370 (49% of max value = 765). Red value is 204 (80.08% from 255 or 55.14% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1195 is #33EE6A. Grayscale: #575757. Windows color (decimal): -3403371 or 9769420. OLE color: 9769420.
HSL color Cylindrical-coordinate representation of color #CC1195: hue angle of 317.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1195 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 149 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.2 |
| HSL | 317.65º | 0.85% | 0.43% | - |
| HSV(B) | 317.65º | 0.92% | 0.8% | - |
| XYZ | 30.53 | 15.41 | 29.8 | - |
| YUV | 87.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 149 | 0 | 0.92 | 0.27 | 0.2 | 317.65 | 0.85 | 0.43 |
| Hex | CC | 11 | 95 | 0 | 5C | 1B | 14 | 13E | 55 | 2B |
| Octal | 314 | 21 | 225 | 0 | 134 | 33 | 24 | 476 | 125 | 53 |
| Binary | 11001100 | 10001 | 10010101 | 0 | 1011100 | 11011 | 10100 | 100111110 | 1010101 | 101011 |
Color Harmonies of #CC1195
Complementary color
Monochromatic Colors of #CC1195
Black with #CC1195
Text Example
Text Example
White with #CC1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1195; }
p { color: rgb(204,17,149); }
H1.HeaderClassName
{
color: #CC1195;
}
.AnyTagClassName
{
color: #CC1195;
}
</style>
background-color css
<style>
a { background-color: #CC1195; }
a { background-color: rgb(204,17,149); }
div.DivClassName
{
background-color: #CC1195;
}
.BgClassName
{
background-color: #CC1195;
}
</style>
border-color css
<style>
span { border-color: #CC1195; }
span { border-color: rgb(204,17,149); }
td.TdClassName
{
border-color: #CC1195;
}
.TagClassName
{
border-color: #CC1195;
}
</style>