Shades of Medium Violet Red #CC1290
Tints of Medium Violet Red #CC1290
RGB
CMYK
RGB Variations
Color information
#CC1290 (or 0xCC1290) is known color: Medium Violet Red. HEX triplet: CC, 12 and 90. RGB value is (204,18,144). Sum of RGB (Red+Green+Blue) = 204+18+144=366 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.74% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1290 is #33ED6F. Grayscale: #575757. Windows color (decimal): -3403120 or 9441996. OLE color: 9441996.
HSL color Cylindrical-coordinate representation of color #CC1290: hue angle of 319.35º 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 #CC1290 is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 18 | 144 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.2 |
| HSL | 319.35º | 0.84% | 0.44% | - |
| HSV(B) | 319.35º | 0.91% | 0.8% | - |
| XYZ | 30.15 | 15.28 | 27.75 | - |
| YUV | 87.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 18 | 144 | 0 | 0.91 | 0.29 | 0.2 | 319.35 | 0.84 | 0.44 |
| Hex | CC | 12 | 90 | 0 | 5B | 1D | 14 | 13F | 54 | 2C |
| Octal | 314 | 22 | 220 | 0 | 133 | 35 | 24 | 477 | 124 | 54 |
| Binary | 11001100 | 10010 | 10010000 | 0 | 1011011 | 11101 | 10100 | 100111111 | 1010100 | 101100 |
Color Harmonies of #CC1290
Complementary color
Monochromatic Colors of #CC1290
Black with #CC1290
Text Example
Text Example
White with #CC1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1290; }
p { color: rgb(204,18,144); }
H1.HeaderClassName
{
color: #CC1290;
}
.AnyTagClassName
{
color: #CC1290;
}
</style>
background-color css
<style>
a { background-color: #CC1290; }
a { background-color: rgb(204,18,144); }
div.DivClassName
{
background-color: #CC1290;
}
.BgClassName
{
background-color: #CC1290;
}
</style>
border-color css
<style>
span { border-color: #CC1290; }
span { border-color: rgb(204,18,144); }
td.TdClassName
{
border-color: #CC1290;
}
.TagClassName
{
border-color: #CC1290;
}
</style>