Shades of Medium Violet Red #CC1886
Tints of Medium Violet Red #CC1886
RGB
CMYK
RGB Variations
Color information
#CC1886 (or 0xCC1886) is known color: Medium Violet Red. HEX triplet: CC, 18 and 86. RGB value is (204,24,134). Sum of RGB (Red+Green+Blue) = 204+24+134=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1886 is #33E779. Grayscale: #5A5A5A. Windows color (decimal): -3401594 or 8788172. OLE color: 8788172.
HSL color Cylindrical-coordinate representation of color #CC1886: hue angle of 323.33º 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 #CC1886 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 134 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.2 |
| HSL | 323.33º | 0.79% | 0.45% | - |
| HSV(B) | 323.33º | 0.88% | 0.8% | - |
| XYZ | 29.53 | 15.21 | 23.93 | - |
| YUV | 90.36 | 152.63 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 134 | 0 | 0.88 | 0.34 | 0.2 | 323.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 86 | 0 | 58 | 22 | 14 | 143 | 4F | 2D |
| Octal | 314 | 30 | 206 | 0 | 130 | 42 | 24 | 503 | 117 | 55 |
| Binary | 11001100 | 11000 | 10000110 | 0 | 1011000 | 100010 | 10100 | 101000011 | 1001111 | 101101 |
Color Harmonies of #CC1886
Complementary color
Monochromatic Colors of #CC1886
Black with #CC1886
Text Example
Text Example
White with #CC1886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1886; }
p { color: rgb(204,24,134); }
H1.HeaderClassName
{
color: #CC1886;
}
.AnyTagClassName
{
color: #CC1886;
}
</style>
background-color css
<style>
a { background-color: #CC1886; }
a { background-color: rgb(204,24,134); }
div.DivClassName
{
background-color: #CC1886;
}
.BgClassName
{
background-color: #CC1886;
}
</style>
border-color css
<style>
span { border-color: #CC1886; }
span { border-color: rgb(204,24,134); }
td.TdClassName
{
border-color: #CC1886;
}
.TagClassName
{
border-color: #CC1886;
}
</style>