Shades of Medium Violet Red #CC1376
Tints of Medium Violet Red #CC1376
RGB
CMYK
RGB Variations
Color information
#CC1376 (or 0xCC1376) is known color: Medium Violet Red. HEX triplet: CC, 13 and 76. RGB value is (204,19,118). Sum of RGB (Red+Green+Blue) = 204+19+118=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1376 is #33EC89. Grayscale: #555555. Windows color (decimal): -3402890 or 7738316. OLE color: 7738316.
HSL color Cylindrical-coordinate representation of color #CC1376: hue angle of 327.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1376 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 118 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.2 |
| HSL | 327.89º | 0.83% | 0.44% | - |
| HSV(B) | 327.89º | 0.91% | 0.8% | - |
| XYZ | 28.4 | 14.61 | 18.46 | - |
| YUV | 85.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 118 | 0 | 0.91 | 0.42 | 0.2 | 327.89 | 0.83 | 0.44 |
| Hex | CC | 13 | 76 | 0 | 5B | 2A | 14 | 148 | 53 | 2C |
| Octal | 314 | 23 | 166 | 0 | 133 | 52 | 24 | 510 | 123 | 54 |
| Binary | 11001100 | 10011 | 1110110 | 0 | 1011011 | 101010 | 10100 | 101001000 | 1010011 | 101100 |
Color Harmonies of #CC1376
Complementary color
Monochromatic Colors of #CC1376
Black with #CC1376
Text Example
Text Example
White with #CC1376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1376; }
p { color: rgb(204,19,118); }
H1.HeaderClassName
{
color: #CC1376;
}
.AnyTagClassName
{
color: #CC1376;
}
</style>
background-color css
<style>
a { background-color: #CC1376; }
a { background-color: rgb(204,19,118); }
div.DivClassName
{
background-color: #CC1376;
}
.BgClassName
{
background-color: #CC1376;
}
</style>
border-color css
<style>
span { border-color: #CC1376; }
span { border-color: rgb(204,19,118); }
td.TdClassName
{
border-color: #CC1376;
}
.TagClassName
{
border-color: #CC1376;
}
</style>