Shades of Medium Violet Red #CC2395
Tints of Medium Violet Red #CC2395
RGB
CMYK
RGB Variations
Color information
#CC2395 (or 0xCC2395) is known color: Medium Violet Red. HEX triplet: CC, 23 and 95. RGB value is (204,35,149). Sum of RGB (Red+Green+Blue) = 204+35+149=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2395 is #33DC6A. Grayscale: #626262. Windows color (decimal): -3398763 or 9774028. OLE color: 9774028.
HSL color Cylindrical-coordinate representation of color #CC2395: hue angle of 319.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 #CC2395 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 149 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.2 |
| HSL | 319.53º | 0.71% | 0.47% | - |
| HSV(B) | 319.53º | 0.83% | 0.8% | - |
| XYZ | 30.93 | 16.21 | 29.93 | - |
| YUV | 98.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 149 | 0 | 0.83 | 0.27 | 0.2 | 319.53 | 0.71 | 0.47 |
| Hex | CC | 23 | 95 | 0 | 53 | 1B | 14 | 140 | 47 | 2F |
| Octal | 314 | 43 | 225 | 0 | 123 | 33 | 24 | 500 | 107 | 57 |
| Binary | 11001100 | 100011 | 10010101 | 0 | 1010011 | 11011 | 10100 | 101000000 | 1000111 | 101111 |
Color Harmonies of #CC2395
Complementary color
Monochromatic Colors of #CC2395
Black with #CC2395
Text Example
Text Example
White with #CC2395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2395; }
p { color: rgb(204,35,149); }
H1.HeaderClassName
{
color: #CC2395;
}
.AnyTagClassName
{
color: #CC2395;
}
</style>
background-color css
<style>
a { background-color: #CC2395; }
a { background-color: rgb(204,35,149); }
div.DivClassName
{
background-color: #CC2395;
}
.BgClassName
{
background-color: #CC2395;
}
</style>
border-color css
<style>
span { border-color: #CC2395; }
span { border-color: rgb(204,35,149); }
td.TdClassName
{
border-color: #CC2395;
}
.TagClassName
{
border-color: #CC2395;
}
</style>