Shades of Medium Violet Red #CC24AF
Tints of Medium Violet Red #CC24AF
RGB
CMYK
RGB Variations
Color information
#CC24AF (or 0xCC24AF) is known color: Medium Violet Red. HEX triplet: CC, 24 and AF. RGB value is (204,36,175). Sum of RGB (Red+Green+Blue) = 204+36+175=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC24AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC24AF is #33DB50. Grayscale: #656565. Windows color (decimal): -3398481 or 11478220. OLE color: 11478220.
HSL color Cylindrical-coordinate representation of color #CC24AF: hue angle of 310.36º 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 #CC24AF is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 175 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.2 |
| HSL | 310.36º | 0.7% | 0.47% | - |
| HSV(B) | 310.36º | 0.82% | 0.8% | - |
| XYZ | 33.27 | 17.19 | 42.12 | - |
| YUV | 102.08 | 169.16 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 175 | 0 | 0.82 | 0.14 | 0.2 | 310.36 | 0.7 | 0.47 |
| Hex | CC | 24 | AF | 0 | 52 | E | 14 | 136 | 46 | 2F |
| Octal | 314 | 44 | 257 | 0 | 122 | 16 | 24 | 466 | 106 | 57 |
| Binary | 11001100 | 100100 | 10101111 | 0 | 1010010 | 1110 | 10100 | 100110110 | 1000110 | 101111 |
Color Harmonies of #CC24AF
Complementary color
Monochromatic Colors of #CC24AF
Black with #CC24AF
Text Example
Text Example
White with #CC24AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC24AF; }
p { color: rgb(204,36,175); }
H1.HeaderClassName
{
color: #CC24AF;
}
.AnyTagClassName
{
color: #CC24AF;
}
</style>
background-color css
<style>
a { background-color: #CC24AF; }
a { background-color: rgb(204,36,175); }
div.DivClassName
{
background-color: #CC24AF;
}
.BgClassName
{
background-color: #CC24AF;
}
</style>
border-color css
<style>
span { border-color: #CC24AF; }
span { border-color: rgb(204,36,175); }
td.TdClassName
{
border-color: #CC24AF;
}
.TagClassName
{
border-color: #CC24AF;
}
</style>