Shades of Medium Violet Red #CC13A2
Tints of Medium Violet Red #CC13A2
RGB
CMYK
RGB Variations
Color information
#CC13A2 (or 0xCC13A2) is known color: Medium Violet Red. HEX triplet: CC, 13 and A2. RGB value is (204,19,162). Sum of RGB (Red+Green+Blue) = 204+19+162=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC13A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC13A2 is #33EC5D. Grayscale: #5A5A5A. Windows color (decimal): -3402846 or 10621900. OLE color: 10621900.
HSL color Cylindrical-coordinate representation of color #CC13A2: hue angle of 313.62º 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 #CC13A2 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 162 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.2 |
| HSL | 313.62º | 0.83% | 0.44% | - |
| HSV(B) | 313.62º | 0.91% | 0.8% | - |
| XYZ | 31.66 | 15.91 | 35.59 | - |
| YUV | 90.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 162 | 0 | 0.91 | 0.21 | 0.2 | 313.62 | 0.83 | 0.44 |
| Hex | CC | 13 | A2 | 0 | 5B | 15 | 14 | 13A | 53 | 2C |
| Octal | 314 | 23 | 242 | 0 | 133 | 25 | 24 | 472 | 123 | 54 |
| Binary | 11001100 | 10011 | 10100010 | 0 | 1011011 | 10101 | 10100 | 100111010 | 1010011 | 101100 |
Color Harmonies of #CC13A2
Complementary color
Monochromatic Colors of #CC13A2
Black with #CC13A2
Text Example
Text Example
White with #CC13A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC13A2; }
p { color: rgb(204,19,162); }
H1.HeaderClassName
{
color: #CC13A2;
}
.AnyTagClassName
{
color: #CC13A2;
}
</style>
background-color css
<style>
a { background-color: #CC13A2; }
a { background-color: rgb(204,19,162); }
div.DivClassName
{
background-color: #CC13A2;
}
.BgClassName
{
background-color: #CC13A2;
}
</style>
border-color css
<style>
span { border-color: #CC13A2; }
span { border-color: rgb(204,19,162); }
td.TdClassName
{
border-color: #CC13A2;
}
.TagClassName
{
border-color: #CC13A2;
}
</style>