Shades of Medium Violet Red #CC0CA1
Tints of Medium Violet Red #CC0CA1
RGB
CMYK
RGB Variations
Color information
#CC0CA1 (or 0xCC0CA1) is known color: Medium Violet Red. HEX triplet: CC, 0C and A1. RGB value is (204,12,161). Sum of RGB (Red+Green+Blue) = 204+12+161=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0CA1 is #33F35E. Grayscale: #555555. Windows color (decimal): -3404639 or 10554572. OLE color: 10554572.
HSL color Cylindrical-coordinate representation of color #CC0CA1: hue angle of 313.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CA1 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 12 | 161 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.2 |
| HSL | 313.44º | 0.89% | 0.42% | - |
| HSV(B) | 313.44º | 0.94% | 0.8% | - |
| XYZ | 31.47 | 15.67 | 35.09 | - |
| YUV | 86.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 161 | 0 | 0.94 | 0.21 | 0.2 | 313.44 | 0.89 | 0.42 |
| Hex | CC | C | A1 | 0 | 5E | 15 | 14 | 139 | 59 | 2A |
| Octal | 314 | 14 | 241 | 0 | 136 | 25 | 24 | 471 | 131 | 52 |
| Binary | 11001100 | 1100 | 10100001 | 0 | 1011110 | 10101 | 10100 | 100111001 | 1011001 | 101010 |
Color Harmonies of #CC0CA1
Complementary color
Monochromatic Colors of #CC0CA1
Black with #CC0CA1
Text Example
Text Example
White with #CC0CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CA1; }
p { color: rgb(204,12,161); }
H1.HeaderClassName
{
color: #CC0CA1;
}
.AnyTagClassName
{
color: #CC0CA1;
}
</style>
background-color css
<style>
a { background-color: #CC0CA1; }
a { background-color: rgb(204,12,161); }
div.DivClassName
{
background-color: #CC0CA1;
}
.BgClassName
{
background-color: #CC0CA1;
}
</style>
border-color css
<style>
span { border-color: #CC0CA1; }
span { border-color: rgb(204,12,161); }
td.TdClassName
{
border-color: #CC0CA1;
}
.TagClassName
{
border-color: #CC0CA1;
}
</style>