Shades of Medium Violet Red #CC13A1
Tints of Medium Violet Red #CC13A1
RGB
CMYK
RGB Variations
Color information
#CC13A1 (or 0xCC13A1) is known color: Medium Violet Red. HEX triplet: CC, 13 and A1. RGB value is (204,19,161). Sum of RGB (Red+Green+Blue) = 204+19+161=384 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.12% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC13A1 is #33EC5E. Grayscale: #5A5A5A. Windows color (decimal): -3402847 or 10556364. OLE color: 10556364.
HSL color Cylindrical-coordinate representation of color #CC13A1: hue angle of 313.95º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC13A1 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 161 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.2 |
| HSL | 313.95º | 0.83% | 0.44% | - |
| HSV(B) | 313.95º | 0.91% | 0.8% | - |
| XYZ | 31.57 | 15.88 | 35.12 | - |
| YUV | 90.5 | 167.79 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 161 | 0 | 0.91 | 0.21 | 0.2 | 313.95 | 0.83 | 0.44 |
| Hex | CC | 13 | A1 | 0 | 5B | 15 | 14 | 13A | 53 | 2C |
| Octal | 314 | 23 | 241 | 0 | 133 | 25 | 24 | 472 | 123 | 54 |
| Binary | 11001100 | 10011 | 10100001 | 0 | 1011011 | 10101 | 10100 | 100111010 | 1010011 | 101100 |
Color Harmonies of #CC13A1
Complementary color
Monochromatic Colors of #CC13A1
Black with #CC13A1
Text Example
Text Example
White with #CC13A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13A1; }
p { color: rgb(204,19,161); }
H1.HeaderClassName
{
color: #CC13A1;
}
.AnyTagClassName
{
color: #CC13A1;
}
</style>
background-color css
<style>
a { background-color: #CC13A1; }
a { background-color: rgb(204,19,161); }
div.DivClassName
{
background-color: #CC13A1;
}
.BgClassName
{
background-color: #CC13A1;
}
</style>
border-color css
<style>
span { border-color: #CC13A1; }
span { border-color: rgb(204,19,161); }
td.TdClassName
{
border-color: #CC13A1;
}
.TagClassName
{
border-color: #CC13A1;
}
</style>