Shades of Medium Violet Red #CC1495
Tints of Medium Violet Red #CC1495
RGB
CMYK
RGB Variations
Color information
#CC1495 (or 0xCC1495) is known color: Medium Violet Red. HEX triplet: CC, 14 and 95. RGB value is (204,20,149). Sum of RGB (Red+Green+Blue) = 204+20+149=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1495 is #33EB6A. Grayscale: #595959. Windows color (decimal): -3402603 or 9770188. OLE color: 9770188.
HSL color Cylindrical-coordinate representation of color #CC1495: hue angle of 317.93º degrees, saturation: 0.82, 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 #CC1495 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 149 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.2 |
| HSL | 317.93º | 0.82% | 0.44% | - |
| HSV(B) | 317.93º | 0.9% | 0.8% | - |
| XYZ | 30.58 | 15.51 | 29.82 | - |
| YUV | 89.72 | 161.46 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 149 | 0 | 0.90 | 0.27 | 0.2 | 317.93 | 0.82 | 0.44 |
| Hex | CC | 14 | 95 | 0 | 5A | 1B | 14 | 13E | 52 | 2C |
| Octal | 314 | 24 | 225 | 0 | 132 | 33 | 24 | 476 | 122 | 54 |
| Binary | 11001100 | 10100 | 10010101 | 0 | 1011010 | 11011 | 10100 | 100111110 | 1010010 | 101100 |
Color Harmonies of #CC1495
Complementary color
Monochromatic Colors of #CC1495
Black with #CC1495
Text Example
Text Example
White with #CC1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1495; }
p { color: rgb(204,20,149); }
H1.HeaderClassName
{
color: #CC1495;
}
.AnyTagClassName
{
color: #CC1495;
}
</style>
background-color css
<style>
a { background-color: #CC1495; }
a { background-color: rgb(204,20,149); }
div.DivClassName
{
background-color: #CC1495;
}
.BgClassName
{
background-color: #CC1495;
}
</style>
border-color css
<style>
span { border-color: #CC1495; }
span { border-color: rgb(204,20,149); }
td.TdClassName
{
border-color: #CC1495;
}
.TagClassName
{
border-color: #CC1495;
}
</style>