Shades of Medium Violet Red #CC1386
Tints of Medium Violet Red #CC1386
RGB
CMYK
RGB Variations
Color information
#CC1386 (or 0xCC1386) is known color: Medium Violet Red. HEX triplet: CC, 13 and 86. RGB value is (204,19,134). Sum of RGB (Red+Green+Blue) = 204+19+134=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1386 is #33EC79. Grayscale: #575757. Windows color (decimal): -3402874 or 8786892. OLE color: 8786892.
HSL color Cylindrical-coordinate representation of color #CC1386: hue angle of 322.7º 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 #CC1386 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 134 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.2 |
| HSL | 322.7º | 0.83% | 0.44% | - |
| HSV(B) | 322.7º | 0.91% | 0.8% | - |
| XYZ | 29.44 | 15.02 | 23.9 | - |
| YUV | 87.43 | 154.29 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 134 | 0 | 0.91 | 0.34 | 0.2 | 322.7 | 0.83 | 0.44 |
| Hex | CC | 13 | 86 | 0 | 5B | 22 | 14 | 143 | 53 | 2C |
| Octal | 314 | 23 | 206 | 0 | 133 | 42 | 24 | 503 | 123 | 54 |
| Binary | 11001100 | 10011 | 10000110 | 0 | 1011011 | 100010 | 10100 | 101000011 | 1010011 | 101100 |
Color Harmonies of #CC1386
Complementary color
Monochromatic Colors of #CC1386
Black with #CC1386
Text Example
Text Example
White with #CC1386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1386; }
p { color: rgb(204,19,134); }
H1.HeaderClassName
{
color: #CC1386;
}
.AnyTagClassName
{
color: #CC1386;
}
</style>
background-color css
<style>
a { background-color: #CC1386; }
a { background-color: rgb(204,19,134); }
div.DivClassName
{
background-color: #CC1386;
}
.BgClassName
{
background-color: #CC1386;
}
</style>
border-color css
<style>
span { border-color: #CC1386; }
span { border-color: rgb(204,19,134); }
td.TdClassName
{
border-color: #CC1386;
}
.TagClassName
{
border-color: #CC1386;
}
</style>