Shades of Medium Violet Red #CC1193
Tints of Medium Violet Red #CC1193
RGB
CMYK
RGB Variations
Color information
#CC1193 (or 0xCC1193) is known color: Medium Violet Red. HEX triplet: CC, 11 and 93. RGB value is (204,17,147). Sum of RGB (Red+Green+Blue) = 204+17+147=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1193 is #33EE6C. Grayscale: #575757. Windows color (decimal): -3403373 or 9638348. OLE color: 9638348.
HSL color Cylindrical-coordinate representation of color #CC1193: hue angle of 318.29º 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 #CC1193 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 147 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.2 |
| HSL | 318.29º | 0.85% | 0.43% | - |
| HSV(B) | 318.29º | 0.92% | 0.8% | - |
| XYZ | 30.37 | 15.34 | 28.97 | - |
| YUV | 87.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 147 | 0 | 0.92 | 0.28 | 0.2 | 318.29 | 0.85 | 0.43 |
| Hex | CC | 11 | 93 | 0 | 5C | 1C | 14 | 13E | 55 | 2B |
| Octal | 314 | 21 | 223 | 0 | 134 | 34 | 24 | 476 | 125 | 53 |
| Binary | 11001100 | 10001 | 10010011 | 0 | 1011100 | 11100 | 10100 | 100111110 | 1010101 | 101011 |
Color Harmonies of #CC1193
Complementary color
Monochromatic Colors of #CC1193
Black with #CC1193
Text Example
Text Example
White with #CC1193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1193; }
p { color: rgb(204,17,147); }
H1.HeaderClassName
{
color: #CC1193;
}
.AnyTagClassName
{
color: #CC1193;
}
</style>
background-color css
<style>
a { background-color: #CC1193; }
a { background-color: rgb(204,17,147); }
div.DivClassName
{
background-color: #CC1193;
}
.BgClassName
{
background-color: #CC1193;
}
</style>
border-color css
<style>
span { border-color: #CC1193; }
span { border-color: rgb(204,17,147); }
td.TdClassName
{
border-color: #CC1193;
}
.TagClassName
{
border-color: #CC1193;
}
</style>