Shades of Medium Violet Red #CC1388
Tints of Medium Violet Red #CC1388
RGB
CMYK
RGB Variations
Color information
#CC1388 (or 0xCC1388) is known color: Medium Violet Red. HEX triplet: CC, 13 and 88. RGB value is (204,19,136). Sum of RGB (Red+Green+Blue) = 204+19+136=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1388 is #33EC77. Grayscale: #575757. Windows color (decimal): -3402872 or 8917964. OLE color: 8917964.
HSL color Cylindrical-coordinate representation of color #CC1388: hue angle of 322.05º 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 #CC1388 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 136 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.2 |
| HSL | 322.05º | 0.83% | 0.44% | - |
| HSV(B) | 322.05º | 0.91% | 0.8% | - |
| XYZ | 29.58 | 15.08 | 24.64 | - |
| YUV | 87.65 | 155.29 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 136 | 0 | 0.91 | 0.33 | 0.2 | 322.05 | 0.83 | 0.44 |
| Hex | CC | 13 | 88 | 0 | 5B | 21 | 14 | 142 | 53 | 2C |
| Octal | 314 | 23 | 210 | 0 | 133 | 41 | 24 | 502 | 123 | 54 |
| Binary | 11001100 | 10011 | 10001000 | 0 | 1011011 | 100001 | 10100 | 101000010 | 1010011 | 101100 |
Color Harmonies of #CC1388
Complementary color
Monochromatic Colors of #CC1388
Black with #CC1388
Text Example
Text Example
White with #CC1388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1388; }
p { color: rgb(204,19,136); }
H1.HeaderClassName
{
color: #CC1388;
}
.AnyTagClassName
{
color: #CC1388;
}
</style>
background-color css
<style>
a { background-color: #CC1388; }
a { background-color: rgb(204,19,136); }
div.DivClassName
{
background-color: #CC1388;
}
.BgClassName
{
background-color: #CC1388;
}
</style>
border-color css
<style>
span { border-color: #CC1388; }
span { border-color: rgb(204,19,136); }
td.TdClassName
{
border-color: #CC1388;
}
.TagClassName
{
border-color: #CC1388;
}
</style>