Shades of Medium Violet Red #CC1884
Tints of Medium Violet Red #CC1884
RGB
CMYK
RGB Variations
Color information
#CC1884 (or 0xCC1884) is known color: Medium Violet Red. HEX triplet: CC, 18 and 84. RGB value is (204,24,132). Sum of RGB (Red+Green+Blue) = 204+24+132=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1884 is #33E77B. Grayscale: #595959. Windows color (decimal): -3401596 or 8657100. OLE color: 8657100.
HSL color Cylindrical-coordinate representation of color #CC1884: hue angle of 324º 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 #CC1884 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 132 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.2 |
| HSL | 324º | 0.79% | 0.45% | - |
| HSV(B) | 324º | 0.88% | 0.8% | - |
| XYZ | 29.39 | 15.16 | 23.21 | - |
| YUV | 90.13 | 151.63 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 132 | 0 | 0.88 | 0.35 | 0.2 | 324 | 0.79 | 0.45 |
| Hex | CC | 18 | 84 | 0 | 58 | 23 | 14 | 144 | 4F | 2D |
| Octal | 314 | 30 | 204 | 0 | 130 | 43 | 24 | 504 | 117 | 55 |
| Binary | 11001100 | 11000 | 10000100 | 0 | 1011000 | 100011 | 10100 | 101000100 | 1001111 | 101101 |
Color Harmonies of #CC1884
Complementary color
Monochromatic Colors of #CC1884
Black with #CC1884
Text Example
Text Example
White with #CC1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1884; }
p { color: rgb(204,24,132); }
H1.HeaderClassName
{
color: #CC1884;
}
.AnyTagClassName
{
color: #CC1884;
}
</style>
background-color css
<style>
a { background-color: #CC1884; }
a { background-color: rgb(204,24,132); }
div.DivClassName
{
background-color: #CC1884;
}
.BgClassName
{
background-color: #CC1884;
}
</style>
border-color css
<style>
span { border-color: #CC1884; }
span { border-color: rgb(204,24,132); }
td.TdClassName
{
border-color: #CC1884;
}
.TagClassName
{
border-color: #CC1884;
}
</style>