Shades of Medium Violet Red #CC1BA1
Tints of Medium Violet Red #CC1BA1
RGB
CMYK
RGB Variations
Color information
#CC1BA1 (or 0xCC1BA1) is known color: Medium Violet Red. HEX triplet: CC, 1B and A1. RGB value is (204,27,161). Sum of RGB (Red+Green+Blue) = 204+27+161=392 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.04% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BA1 is #33E45E. Grayscale: #5E5E5E. Windows color (decimal): -3400799 or 10558412. OLE color: 10558412.
HSL color Cylindrical-coordinate representation of color #CC1BA1: hue angle of 314.58º 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 #CC1BA1 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 161 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.2 |
| HSL | 314.58º | 0.77% | 0.45% | - |
| HSV(B) | 314.58º | 0.87% | 0.8% | - |
| XYZ | 31.73 | 16.19 | 35.17 | - |
| YUV | 95.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 161 | 0 | 0.87 | 0.21 | 0.2 | 314.58 | 0.77 | 0.45 |
| Hex | CC | 1B | A1 | 0 | 57 | 15 | 14 | 13B | 4D | 2D |
| Octal | 314 | 33 | 241 | 0 | 127 | 25 | 24 | 473 | 115 | 55 |
| Binary | 11001100 | 11011 | 10100001 | 0 | 1010111 | 10101 | 10100 | 100111011 | 1001101 | 101101 |
Color Harmonies of #CC1BA1
Complementary color
Monochromatic Colors of #CC1BA1
Black with #CC1BA1
Text Example
Text Example
White with #CC1BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BA1; }
p { color: rgb(204,27,161); }
H1.HeaderClassName
{
color: #CC1BA1;
}
.AnyTagClassName
{
color: #CC1BA1;
}
</style>
background-color css
<style>
a { background-color: #CC1BA1; }
a { background-color: rgb(204,27,161); }
div.DivClassName
{
background-color: #CC1BA1;
}
.BgClassName
{
background-color: #CC1BA1;
}
</style>
border-color css
<style>
span { border-color: #CC1BA1; }
span { border-color: rgb(204,27,161); }
td.TdClassName
{
border-color: #CC1BA1;
}
.TagClassName
{
border-color: #CC1BA1;
}
</style>