Shades of Medium Violet Red #CC2376
Tints of Medium Violet Red #CC2376
RGB
CMYK
RGB Variations
Color information
#CC2376 (or 0xCC2376) is known color: Medium Violet Red. HEX triplet: CC, 23 and 76. RGB value is (204,35,118). Sum of RGB (Red+Green+Blue) = 204+35+118=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2376 is #33DC89. Grayscale: #5E5E5E. Windows color (decimal): -3398794 or 7742412. OLE color: 7742412.
HSL color Cylindrical-coordinate representation of color #CC2376: hue angle of 330.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2376 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 118 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.2 |
| HSL | 330.53º | 0.71% | 0.47% | - |
| HSV(B) | 330.53º | 0.83% | 0.8% | - |
| XYZ | 28.77 | 15.35 | 18.59 | - |
| YUV | 94.99 | 140.99 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 118 | 0 | 0.83 | 0.42 | 0.2 | 330.53 | 0.71 | 0.47 |
| Hex | CC | 23 | 76 | 0 | 53 | 2A | 14 | 14B | 47 | 2F |
| Octal | 314 | 43 | 166 | 0 | 123 | 52 | 24 | 513 | 107 | 57 |
| Binary | 11001100 | 100011 | 1110110 | 0 | 1010011 | 101010 | 10100 | 101001011 | 1000111 | 101111 |
Color Harmonies of #CC2376
Complementary color
Monochromatic Colors of #CC2376
Black with #CC2376
Text Example
Text Example
White with #CC2376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2376; }
p { color: rgb(204,35,118); }
H1.HeaderClassName
{
color: #CC2376;
}
.AnyTagClassName
{
color: #CC2376;
}
</style>
background-color css
<style>
a { background-color: #CC2376; }
a { background-color: rgb(204,35,118); }
div.DivClassName
{
background-color: #CC2376;
}
.BgClassName
{
background-color: #CC2376;
}
</style>
border-color css
<style>
span { border-color: #CC2376; }
span { border-color: rgb(204,35,118); }
td.TdClassName
{
border-color: #CC2376;
}
.TagClassName
{
border-color: #CC2376;
}
</style>