Shades of Medium Violet Red #CC1595
Tints of Medium Violet Red #CC1595
RGB
CMYK
RGB Variations
Color information
#CC1595 (or 0xCC1595) is known color: Medium Violet Red. HEX triplet: CC, 15 and 95. RGB value is (204,21,149). Sum of RGB (Red+Green+Blue) = 204+21+149=374 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.55% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1595 is #33EA6A. Grayscale: #595959. Windows color (decimal): -3402347 or 9770444. OLE color: 9770444.
HSL color Cylindrical-coordinate representation of color #CC1595: hue angle of 318.03º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1595 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 149 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.2 |
| HSL | 318.03º | 0.81% | 0.44% | - |
| HSV(B) | 318.03º | 0.9% | 0.8% | - |
| XYZ | 30.59 | 15.54 | 29.82 | - |
| YUV | 90.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 149 | 0 | 0.90 | 0.27 | 0.2 | 318.03 | 0.81 | 0.44 |
| Hex | CC | 15 | 95 | 0 | 5A | 1B | 14 | 13E | 51 | 2C |
| Octal | 314 | 25 | 225 | 0 | 132 | 33 | 24 | 476 | 121 | 54 |
| Binary | 11001100 | 10101 | 10010101 | 0 | 1011010 | 11011 | 10100 | 100111110 | 1010001 | 101100 |
Color Harmonies of #CC1595
Complementary color
Monochromatic Colors of #CC1595
Black with #CC1595
Text Example
Text Example
White with #CC1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1595; }
p { color: rgb(204,21,149); }
H1.HeaderClassName
{
color: #CC1595;
}
.AnyTagClassName
{
color: #CC1595;
}
</style>
background-color css
<style>
a { background-color: #CC1595; }
a { background-color: rgb(204,21,149); }
div.DivClassName
{
background-color: #CC1595;
}
.BgClassName
{
background-color: #CC1595;
}
</style>
border-color css
<style>
span { border-color: #CC1595; }
span { border-color: rgb(204,21,149); }
td.TdClassName
{
border-color: #CC1595;
}
.TagClassName
{
border-color: #CC1595;
}
</style>