Shades of Medium Violet Red #CC1876
Tints of Medium Violet Red #CC1876
RGB
CMYK
RGB Variations
Color information
#CC1876 (or 0xCC1876) is known color: Medium Violet Red. HEX triplet: CC, 18 and 76. RGB value is (204,24,118). Sum of RGB (Red+Green+Blue) = 204+24+118=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1876 is #33E789. Grayscale: #585858. Windows color (decimal): -3401610 or 7739596. OLE color: 7739596.
HSL color Cylindrical-coordinate representation of color #CC1876: hue angle of 328.67º 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 #CC1876 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 118 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.2 |
| HSL | 328.67º | 0.79% | 0.45% | - |
| HSV(B) | 328.67º | 0.88% | 0.8% | - |
| XYZ | 28.5 | 14.8 | 18.49 | - |
| YUV | 88.54 | 144.63 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 118 | 0 | 0.88 | 0.42 | 0.2 | 328.67 | 0.79 | 0.45 |
| Hex | CC | 18 | 76 | 0 | 58 | 2A | 14 | 149 | 4F | 2D |
| Octal | 314 | 30 | 166 | 0 | 130 | 52 | 24 | 511 | 117 | 55 |
| Binary | 11001100 | 11000 | 1110110 | 0 | 1011000 | 101010 | 10100 | 101001001 | 1001111 | 101101 |
Color Harmonies of #CC1876
Complementary color
Monochromatic Colors of #CC1876
Black with #CC1876
Text Example
Text Example
White with #CC1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1876; }
p { color: rgb(204,24,118); }
H1.HeaderClassName
{
color: #CC1876;
}
.AnyTagClassName
{
color: #CC1876;
}
</style>
background-color css
<style>
a { background-color: #CC1876; }
a { background-color: rgb(204,24,118); }
div.DivClassName
{
background-color: #CC1876;
}
.BgClassName
{
background-color: #CC1876;
}
</style>
border-color css
<style>
span { border-color: #CC1876; }
span { border-color: rgb(204,24,118); }
td.TdClassName
{
border-color: #CC1876;
}
.TagClassName
{
border-color: #CC1876;
}
</style>