Shades of Medium Violet Red #CC24A0
Tints of Medium Violet Red #CC24A0
RGB
CMYK
RGB Variations
Color information
#CC24A0 (or 0xCC24A0) is known color: Medium Violet Red. HEX triplet: CC, 24 and A0. RGB value is (204,36,160). Sum of RGB (Red+Green+Blue) = 204+36+160=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24A0 is #33DB5F. Grayscale: #646464. Windows color (decimal): -3398496 or 10495180. OLE color: 10495180.
HSL color Cylindrical-coordinate representation of color #CC24A0: hue angle of 315.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC24A0 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 160 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.2 |
| HSL | 315.71º | 0.7% | 0.47% | - |
| HSV(B) | 315.71º | 0.82% | 0.8% | - |
| XYZ | 31.88 | 16.64 | 34.79 | - |
| YUV | 100.37 | 161.66 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 160 | 0 | 0.82 | 0.22 | 0.2 | 315.71 | 0.7 | 0.47 |
| Hex | CC | 24 | A0 | 0 | 52 | 16 | 14 | 13C | 46 | 2F |
| Octal | 314 | 44 | 240 | 0 | 122 | 26 | 24 | 474 | 106 | 57 |
| Binary | 11001100 | 100100 | 10100000 | 0 | 1010010 | 10110 | 10100 | 100111100 | 1000110 | 101111 |
Color Harmonies of #CC24A0
Complementary color
Monochromatic Colors of #CC24A0
Black with #CC24A0
Text Example
Text Example
White with #CC24A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24A0; }
p { color: rgb(204,36,160); }
H1.HeaderClassName
{
color: #CC24A0;
}
.AnyTagClassName
{
color: #CC24A0;
}
</style>
background-color css
<style>
a { background-color: #CC24A0; }
a { background-color: rgb(204,36,160); }
div.DivClassName
{
background-color: #CC24A0;
}
.BgClassName
{
background-color: #CC24A0;
}
</style>
border-color css
<style>
span { border-color: #CC24A0; }
span { border-color: rgb(204,36,160); }
td.TdClassName
{
border-color: #CC24A0;
}
.TagClassName
{
border-color: #CC24A0;
}
</style>