Shades of Medium Violet Red #CC1391
Tints of Medium Violet Red #CC1391
RGB
CMYK
RGB Variations
Color information
#CC1391 (or 0xCC1391) is known color: Medium Violet Red. HEX triplet: CC, 13 and 91. RGB value is (204,19,145). Sum of RGB (Red+Green+Blue) = 204+19+145=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 19 (7.81% from 255 or 5.16% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1391 is #33EC6E. Grayscale: #585858. Windows color (decimal): -3402863 or 9507788. OLE color: 9507788.
HSL color Cylindrical-coordinate representation of color #CC1391: hue angle of 319.14º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1391 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.2 |
| HSL | 319.14º | 0.83% | 0.44% | - |
| HSV(B) | 319.14º | 0.91% | 0.8% | - |
| XYZ | 30.25 | 15.35 | 28.16 | - |
| YUV | 88.68 | 159.79 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 145 | 0 | 0.91 | 0.29 | 0.2 | 319.14 | 0.83 | 0.44 |
| Hex | CC | 13 | 91 | 0 | 5B | 1D | 14 | 13F | 53 | 2C |
| Octal | 314 | 23 | 221 | 0 | 133 | 35 | 24 | 477 | 123 | 54 |
| Binary | 11001100 | 10011 | 10010001 | 0 | 1011011 | 11101 | 10100 | 100111111 | 1010011 | 101100 |
Color Harmonies of #CC1391
Complementary color
Monochromatic Colors of #CC1391
Black with #CC1391
Text Example
Text Example
White with #CC1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1391; }
p { color: rgb(204,19,145); }
H1.HeaderClassName
{
color: #CC1391;
}
.AnyTagClassName
{
color: #CC1391;
}
</style>
background-color css
<style>
a { background-color: #CC1391; }
a { background-color: rgb(204,19,145); }
div.DivClassName
{
background-color: #CC1391;
}
.BgClassName
{
background-color: #CC1391;
}
</style>
border-color css
<style>
span { border-color: #CC1391; }
span { border-color: rgb(204,19,145); }
td.TdClassName
{
border-color: #CC1391;
}
.TagClassName
{
border-color: #CC1391;
}
</style>