Shades of Medium Violet Red #CC2595
Tints of Medium Violet Red #CC2595
RGB
CMYK
RGB Variations
Color information
#CC2595 (or 0xCC2595) is known color: Medium Violet Red. HEX triplet: CC, 25 and 95. RGB value is (204,37,149). Sum of RGB (Red+Green+Blue) = 204+37+149=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2595 is #33DA6A. Grayscale: #636363. Windows color (decimal): -3398251 or 9774540. OLE color: 9774540.
HSL color Cylindrical-coordinate representation of color #CC2595: hue angle of 319.76º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC2595 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 37 | 149 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.2 |
| HSL | 319.76º | 0.69% | 0.47% | - |
| HSV(B) | 319.76º | 0.82% | 0.8% | - |
| XYZ | 30.99 | 16.33 | 29.95 | - |
| YUV | 99.7 | 155.83 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 37 | 149 | 0 | 0.82 | 0.27 | 0.2 | 319.76 | 0.69 | 0.47 |
| Hex | CC | 25 | 95 | 0 | 52 | 1B | 14 | 140 | 45 | 2F |
| Octal | 314 | 45 | 225 | 0 | 122 | 33 | 24 | 500 | 105 | 57 |
| Binary | 11001100 | 100101 | 10010101 | 0 | 1010010 | 11011 | 10100 | 101000000 | 1000101 | 101111 |
Color Harmonies of #CC2595
Complementary color
Monochromatic Colors of #CC2595
Black with #CC2595
Text Example
Text Example
White with #CC2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2595; }
p { color: rgb(204,37,149); }
H1.HeaderClassName
{
color: #CC2595;
}
.AnyTagClassName
{
color: #CC2595;
}
</style>
background-color css
<style>
a { background-color: #CC2595; }
a { background-color: rgb(204,37,149); }
div.DivClassName
{
background-color: #CC2595;
}
.BgClassName
{
background-color: #CC2595;
}
</style>
border-color css
<style>
span { border-color: #CC2595; }
span { border-color: rgb(204,37,149); }
td.TdClassName
{
border-color: #CC2595;
}
.TagClassName
{
border-color: #CC2595;
}
</style>