Shades of Medium Violet Red #CC1788
Tints of Medium Violet Red #CC1788
RGB
CMYK
RGB Variations
Color information
#CC1788 (or 0xCC1788) is known color: Medium Violet Red. HEX triplet: CC, 17 and 88. RGB value is (204,23,136). Sum of RGB (Red+Green+Blue) = 204+23+136=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1788 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1788 is #33E877. Grayscale: #595959. Windows color (decimal): -3401848 or 8918988. OLE color: 8918988.
HSL color Cylindrical-coordinate representation of color #CC1788: hue angle of 322.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1788 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 136 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.2 |
| HSL | 322.54º | 0.8% | 0.45% | - |
| HSV(B) | 322.54º | 0.89% | 0.8% | - |
| XYZ | 29.65 | 15.23 | 24.67 | - |
| YUV | 90 | 153.97 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 136 | 0 | 0.89 | 0.33 | 0.2 | 322.54 | 0.8 | 0.45 |
| Hex | CC | 17 | 88 | 0 | 59 | 21 | 14 | 143 | 50 | 2D |
| Octal | 314 | 27 | 210 | 0 | 131 | 41 | 24 | 503 | 120 | 55 |
| Binary | 11001100 | 10111 | 10001000 | 0 | 1011001 | 100001 | 10100 | 101000011 | 1010000 | 101101 |
Color Harmonies of #CC1788
Complementary color
Monochromatic Colors of #CC1788
Black with #CC1788
Text Example
Text Example
White with #CC1788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1788; }
p { color: rgb(204,23,136); }
H1.HeaderClassName
{
color: #CC1788;
}
.AnyTagClassName
{
color: #CC1788;
}
</style>
background-color css
<style>
a { background-color: #CC1788; }
a { background-color: rgb(204,23,136); }
div.DivClassName
{
background-color: #CC1788;
}
.BgClassName
{
background-color: #CC1788;
}
</style>
border-color css
<style>
span { border-color: #CC1788; }
span { border-color: rgb(204,23,136); }
td.TdClassName
{
border-color: #CC1788;
}
.TagClassName
{
border-color: #CC1788;
}
</style>