Shades of Medium Violet Red #CC0890
Tints of Medium Violet Red #CC0890
RGB
CMYK
RGB Variations
Color information
#CC0890 (or 0xCC0890) is known color: Medium Violet Red. HEX triplet: CC, 08 and 90. RGB value is (204,8,144). Sum of RGB (Red+Green+Blue) = 204+8+144=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0890 is #33F76F. Grayscale: #515151. Windows color (decimal): -3405680 or 9439436. OLE color: 9439436.
HSL color Cylindrical-coordinate representation of color #CC0890: hue angle of 318.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0890 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.2 |
| HSL | 318.37º | 0.92% | 0.42% | - |
| HSV(B) | 318.37º | 0.96% | 0.8% | - |
| XYZ | 30.02 | 15.02 | 27.7 | - |
| YUV | 82.11 | 162.93 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 144 | 0 | 0.96 | 0.29 | 0.2 | 318.37 | 0.92 | 0.42 |
| Hex | CC | 8 | 90 | 0 | 60 | 1D | 14 | 13E | 5C | 2A |
| Octal | 314 | 10 | 220 | 0 | 140 | 35 | 24 | 476 | 134 | 52 |
| Binary | 11001100 | 1000 | 10010000 | 0 | 1100000 | 11101 | 10100 | 100111110 | 1011100 | 101010 |
Color Harmonies of #CC0890
Complementary color
Monochromatic Colors of #CC0890
Black with #CC0890
Text Example
Text Example
White with #CC0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0890; }
p { color: rgb(204,8,144); }
H1.HeaderClassName
{
color: #CC0890;
}
.AnyTagClassName
{
color: #CC0890;
}
</style>
background-color css
<style>
a { background-color: #CC0890; }
a { background-color: rgb(204,8,144); }
div.DivClassName
{
background-color: #CC0890;
}
.BgClassName
{
background-color: #CC0890;
}
</style>
border-color css
<style>
span { border-color: #CC0890; }
span { border-color: rgb(204,8,144); }
td.TdClassName
{
border-color: #CC0890;
}
.TagClassName
{
border-color: #CC0890;
}
</style>