Shades of Medium Violet Red #CC1BA0
Tints of Medium Violet Red #CC1BA0
RGB
CMYK
RGB Variations
Color information
#CC1BA0 (or 0xCC1BA0) is known color: Medium Violet Red. HEX triplet: CC, 1B and A0. RGB value is (204,27,160). Sum of RGB (Red+Green+Blue) = 204+27+160=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BA0 is #33E45F. Grayscale: #5E5E5E. Windows color (decimal): -3400800 or 10492876. OLE color: 10492876.
HSL color Cylindrical-coordinate representation of color #CC1BA0: hue angle of 314.92º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BA0 is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 160 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.2 |
| HSL | 314.92º | 0.77% | 0.45% | - |
| HSV(B) | 314.92º | 0.87% | 0.8% | - |
| XYZ | 31.64 | 16.16 | 34.71 | - |
| YUV | 95.09 | 164.64 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 160 | 0 | 0.87 | 0.22 | 0.2 | 314.92 | 0.77 | 0.45 |
| Hex | CC | 1B | A0 | 0 | 57 | 16 | 14 | 13B | 4D | 2D |
| Octal | 314 | 33 | 240 | 0 | 127 | 26 | 24 | 473 | 115 | 55 |
| Binary | 11001100 | 11011 | 10100000 | 0 | 1010111 | 10110 | 10100 | 100111011 | 1001101 | 101101 |
Color Harmonies of #CC1BA0
Complementary color
Monochromatic Colors of #CC1BA0
Black with #CC1BA0
Text Example
Text Example
White with #CC1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BA0; }
p { color: rgb(204,27,160); }
H1.HeaderClassName
{
color: #CC1BA0;
}
.AnyTagClassName
{
color: #CC1BA0;
}
</style>
background-color css
<style>
a { background-color: #CC1BA0; }
a { background-color: rgb(204,27,160); }
div.DivClassName
{
background-color: #CC1BA0;
}
.BgClassName
{
background-color: #CC1BA0;
}
</style>
border-color css
<style>
span { border-color: #CC1BA0; }
span { border-color: rgb(204,27,160); }
td.TdClassName
{
border-color: #CC1BA0;
}
.TagClassName
{
border-color: #CC1BA0;
}
</style>