Shades of Medium Violet Red #CC1891
Tints of Medium Violet Red #CC1891
RGB
CMYK
RGB Variations
Color information
#CC1891 (or 0xCC1891) is known color: Medium Violet Red. HEX triplet: CC, 18 and 91. RGB value is (204,24,145). Sum of RGB (Red+Green+Blue) = 204+24+145=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1891 is #33E76E. Grayscale: #5B5B5B. Windows color (decimal): -3401583 or 9509068. OLE color: 9509068.
HSL color Cylindrical-coordinate representation of color #CC1891: hue angle of 319.67º degrees, saturation: 0.79, 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 #CC1891 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 145 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.2 |
| HSL | 319.67º | 0.79% | 0.45% | - |
| HSV(B) | 319.67º | 0.88% | 0.8% | - |
| XYZ | 30.34 | 15.53 | 28.19 | - |
| YUV | 91.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 145 | 0 | 0.88 | 0.29 | 0.2 | 319.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 91 | 0 | 58 | 1D | 14 | 140 | 4F | 2D |
| Octal | 314 | 30 | 221 | 0 | 130 | 35 | 24 | 500 | 117 | 55 |
| Binary | 11001100 | 11000 | 10010001 | 0 | 1011000 | 11101 | 10100 | 101000000 | 1001111 | 101101 |
Color Harmonies of #CC1891
Complementary color
Monochromatic Colors of #CC1891
Black with #CC1891
Text Example
Text Example
White with #CC1891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1891; }
p { color: rgb(204,24,145); }
H1.HeaderClassName
{
color: #CC1891;
}
.AnyTagClassName
{
color: #CC1891;
}
</style>
background-color css
<style>
a { background-color: #CC1891; }
a { background-color: rgb(204,24,145); }
div.DivClassName
{
background-color: #CC1891;
}
.BgClassName
{
background-color: #CC1891;
}
</style>
border-color css
<style>
span { border-color: #CC1891; }
span { border-color: rgb(204,24,145); }
td.TdClassName
{
border-color: #CC1891;
}
.TagClassName
{
border-color: #CC1891;
}
</style>