Shades of Medium Violet Red #CC1295
Tints of Medium Violet Red #CC1295
RGB
CMYK
RGB Variations
Color information
#CC1295 (or 0xCC1295) is known color: Medium Violet Red. HEX triplet: CC, 12 and 95. RGB value is (204,18,149). Sum of RGB (Red+Green+Blue) = 204+18+149=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1295 is #33ED6A. Grayscale: #585858. Windows color (decimal): -3403115 or 9769676. OLE color: 9769676.
HSL color Cylindrical-coordinate representation of color #CC1295: hue angle of 317.74º degrees, saturation: 0.84, 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 #CC1295 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 149 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.2 |
| HSL | 317.74º | 0.84% | 0.44% | - |
| HSV(B) | 317.74º | 0.91% | 0.8% | - |
| XYZ | 30.54 | 15.44 | 29.8 | - |
| YUV | 88.55 | 162.12 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 149 | 0 | 0.91 | 0.27 | 0.2 | 317.74 | 0.84 | 0.44 |
| Hex | CC | 12 | 95 | 0 | 5B | 1B | 14 | 13E | 54 | 2C |
| Octal | 314 | 22 | 225 | 0 | 133 | 33 | 24 | 476 | 124 | 54 |
| Binary | 11001100 | 10010 | 10010101 | 0 | 1011011 | 11011 | 10100 | 100111110 | 1010100 | 101100 |
Color Harmonies of #CC1295
Complementary color
Monochromatic Colors of #CC1295
Black with #CC1295
Text Example
Text Example
White with #CC1295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1295; }
p { color: rgb(204,18,149); }
H1.HeaderClassName
{
color: #CC1295;
}
.AnyTagClassName
{
color: #CC1295;
}
</style>
background-color css
<style>
a { background-color: #CC1295; }
a { background-color: rgb(204,18,149); }
div.DivClassName
{
background-color: #CC1295;
}
.BgClassName
{
background-color: #CC1295;
}
</style>
border-color css
<style>
span { border-color: #CC1295; }
span { border-color: rgb(204,18,149); }
td.TdClassName
{
border-color: #CC1295;
}
.TagClassName
{
border-color: #CC1295;
}
</style>