Shades of Medium Violet Red #CC1BAC
Tints of Medium Violet Red #CC1BAC
RGB
CMYK
RGB Variations
Color information
#CC1BAC (or 0xCC1BAC) is known color: Medium Violet Red. HEX triplet: CC, 1B and AC. RGB value is (204,27,172). Sum of RGB (Red+Green+Blue) = 204+27+172=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1BAC is #33E453. Grayscale: #606060. Windows color (decimal): -3400788 or 11279308. OLE color: 11279308.
HSL color Cylindrical-coordinate representation of color #CC1BAC: hue angle of 310.85º 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 #CC1BAC is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.2 |
| HSL | 310.85º | 0.77% | 0.45% | - |
| HSV(B) | 310.85º | 0.87% | 0.8% | - |
| XYZ | 32.74 | 16.6 | 40.51 | - |
| YUV | 96.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 172 | 0 | 0.87 | 0.16 | 0.2 | 310.85 | 0.77 | 0.45 |
| Hex | CC | 1B | AC | 0 | 57 | 10 | 14 | 137 | 4D | 2D |
| Octal | 314 | 33 | 254 | 0 | 127 | 20 | 24 | 467 | 115 | 55 |
| Binary | 11001100 | 11011 | 10101100 | 0 | 1010111 | 10000 | 10100 | 100110111 | 1001101 | 101101 |
Color Harmonies of #CC1BAC
Complementary color
Monochromatic Colors of #CC1BAC
Black with #CC1BAC
Text Example
Text Example
White with #CC1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BAC; }
p { color: rgb(204,27,172); }
H1.HeaderClassName
{
color: #CC1BAC;
}
.AnyTagClassName
{
color: #CC1BAC;
}
</style>
background-color css
<style>
a { background-color: #CC1BAC; }
a { background-color: rgb(204,27,172); }
div.DivClassName
{
background-color: #CC1BAC;
}
.BgClassName
{
background-color: #CC1BAC;
}
</style>
border-color css
<style>
span { border-color: #CC1BAC; }
span { border-color: rgb(204,27,172); }
td.TdClassName
{
border-color: #CC1BAC;
}
.TagClassName
{
border-color: #CC1BAC;
}
</style>