Shades of Medium Violet Red #CC2375
Tints of Medium Violet Red #CC2375
RGB
CMYK
RGB Variations
Color information
#CC2375 (or 0xCC2375) is known color: Medium Violet Red. HEX triplet: CC, 23 and 75. RGB value is (204,35,117). Sum of RGB (Red+Green+Blue) = 204+35+117=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2375 is #33DC8A. Grayscale: #5E5E5E. Windows color (decimal): -3398795 or 7676876. OLE color: 7676876.
HSL color Cylindrical-coordinate representation of color #CC2375: hue angle of 330.89º 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 #CC2375 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 117 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.2 |
| HSL | 330.89º | 0.71% | 0.47% | - |
| HSV(B) | 330.89º | 0.83% | 0.8% | - |
| XYZ | 28.71 | 15.32 | 18.27 | - |
| YUV | 94.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 117 | 0 | 0.83 | 0.43 | 0.2 | 330.89 | 0.71 | 0.47 |
| Hex | CC | 23 | 75 | 0 | 53 | 2B | 14 | 14B | 47 | 2F |
| Octal | 314 | 43 | 165 | 0 | 123 | 53 | 24 | 513 | 107 | 57 |
| Binary | 11001100 | 100011 | 1110101 | 0 | 1010011 | 101011 | 10100 | 101001011 | 1000111 | 101111 |
Color Harmonies of #CC2375
Complementary color
Monochromatic Colors of #CC2375
Black with #CC2375
Text Example
Text Example
White with #CC2375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2375; }
p { color: rgb(204,35,117); }
H1.HeaderClassName
{
color: #CC2375;
}
.AnyTagClassName
{
color: #CC2375;
}
</style>
background-color css
<style>
a { background-color: #CC2375; }
a { background-color: rgb(204,35,117); }
div.DivClassName
{
background-color: #CC2375;
}
.BgClassName
{
background-color: #CC2375;
}
</style>
border-color css
<style>
span { border-color: #CC2375; }
span { border-color: rgb(204,35,117); }
td.TdClassName
{
border-color: #CC2375;
}
.TagClassName
{
border-color: #CC2375;
}
</style>