Shades of Medium Violet Red #CC1CAB
Tints of Medium Violet Red #CC1CAB
RGB
CMYK
RGB Variations
Color information
#CC1CAB (or 0xCC1CAB) is known color: Medium Violet Red. HEX triplet: CC, 1C and AB. RGB value is (204,28,171). Sum of RGB (Red+Green+Blue) = 204+28+171=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1CAB is #33E354. Grayscale: #606060. Windows color (decimal): -3400533 or 11214028. OLE color: 11214028.
HSL color Cylindrical-coordinate representation of color #CC1CAB: hue angle of 311.25º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CAB is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 171 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.2 |
| HSL | 311.25º | 0.76% | 0.45% | - |
| HSV(B) | 311.25º | 0.86% | 0.8% | - |
| XYZ | 32.67 | 16.61 | 40.01 | - |
| YUV | 96.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 171 | 0 | 0.86 | 0.16 | 0.2 | 311.25 | 0.76 | 0.45 |
| Hex | CC | 1C | AB | 0 | 56 | 10 | 14 | 137 | 4C | 2D |
| Octal | 314 | 34 | 253 | 0 | 126 | 20 | 24 | 467 | 114 | 55 |
| Binary | 11001100 | 11100 | 10101011 | 0 | 1010110 | 10000 | 10100 | 100110111 | 1001100 | 101101 |
Color Harmonies of #CC1CAB
Complementary color
Monochromatic Colors of #CC1CAB
Black with #CC1CAB
Text Example
Text Example
White with #CC1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CAB; }
p { color: rgb(204,28,171); }
H1.HeaderClassName
{
color: #CC1CAB;
}
.AnyTagClassName
{
color: #CC1CAB;
}
</style>
background-color css
<style>
a { background-color: #CC1CAB; }
a { background-color: rgb(204,28,171); }
div.DivClassName
{
background-color: #CC1CAB;
}
.BgClassName
{
background-color: #CC1CAB;
}
</style>
border-color css
<style>
span { border-color: #CC1CAB; }
span { border-color: rgb(204,28,171); }
td.TdClassName
{
border-color: #CC1CAB;
}
.TagClassName
{
border-color: #CC1CAB;
}
</style>