Shades of Medium Violet Red #CC1877
Tints of Medium Violet Red #CC1877
RGB
CMYK
RGB Variations
Color information
#CC1877 (or 0xCC1877) is known color: Medium Violet Red. HEX triplet: CC, 18 and 77. RGB value is (204,24,119). Sum of RGB (Red+Green+Blue) = 204+24+119=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1877 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1877 is #33E788. Grayscale: #585858. Windows color (decimal): -3401609 or 7805132. OLE color: 7805132.
HSL color Cylindrical-coordinate representation of color #CC1877: hue angle of 328.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 #CC1877 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 119 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.2 |
| HSL | 328.33º | 0.79% | 0.45% | - |
| HSV(B) | 328.33º | 0.88% | 0.8% | - |
| XYZ | 28.56 | 14.82 | 18.81 | - |
| YUV | 88.65 | 145.13 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 119 | 0 | 0.88 | 0.42 | 0.2 | 328.33 | 0.79 | 0.45 |
| Hex | CC | 18 | 77 | 0 | 58 | 2A | 14 | 148 | 4F | 2D |
| Octal | 314 | 30 | 167 | 0 | 130 | 52 | 24 | 510 | 117 | 55 |
| Binary | 11001100 | 11000 | 1110111 | 0 | 1011000 | 101010 | 10100 | 101001000 | 1001111 | 101101 |
Color Harmonies of #CC1877
Complementary color
Monochromatic Colors of #CC1877
Black with #CC1877
Text Example
Text Example
White with #CC1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1877; }
p { color: rgb(204,24,119); }
H1.HeaderClassName
{
color: #CC1877;
}
.AnyTagClassName
{
color: #CC1877;
}
</style>
background-color css
<style>
a { background-color: #CC1877; }
a { background-color: rgb(204,24,119); }
div.DivClassName
{
background-color: #CC1877;
}
.BgClassName
{
background-color: #CC1877;
}
</style>
border-color css
<style>
span { border-color: #CC1877; }
span { border-color: rgb(204,24,119); }
td.TdClassName
{
border-color: #CC1877;
}
.TagClassName
{
border-color: #CC1877;
}
</style>