Shades of Medium Violet Red #CC249F
Tints of Medium Violet Red #CC249F
RGB
CMYK
RGB Variations
Color information
#CC249F (or 0xCC249F) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9F. RGB value is (204,36,159). Sum of RGB (Red+Green+Blue) = 204+36+159=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249F is #33DB60. Grayscale: #636363. Windows color (decimal): -3398497 or 10429644. OLE color: 10429644.
HSL color Cylindrical-coordinate representation of color #CC249F: hue angle of 316.07º 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 #CC249F is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 159 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.2 |
| HSL | 316.07º | 0.7% | 0.47% | - |
| HSV(B) | 316.07º | 0.82% | 0.8% | - |
| XYZ | 31.79 | 16.6 | 34.33 | - |
| YUV | 100.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 159 | 0 | 0.82 | 0.22 | 0.2 | 316.07 | 0.7 | 0.47 |
| Hex | CC | 24 | 9F | 0 | 52 | 16 | 14 | 13C | 46 | 2F |
| Octal | 314 | 44 | 237 | 0 | 122 | 26 | 24 | 474 | 106 | 57 |
| Binary | 11001100 | 100100 | 10011111 | 0 | 1010010 | 10110 | 10100 | 100111100 | 1000110 | 101111 |
Color Harmonies of #CC249F
Complementary color
Monochromatic Colors of #CC249F
Black with #CC249F
Text Example
Text Example
White with #CC249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC249F; }
p { color: rgb(204,36,159); }
H1.HeaderClassName
{
color: #CC249F;
}
.AnyTagClassName
{
color: #CC249F;
}
</style>
background-color css
<style>
a { background-color: #CC249F; }
a { background-color: rgb(204,36,159); }
div.DivClassName
{
background-color: #CC249F;
}
.BgClassName
{
background-color: #CC249F;
}
</style>
border-color css
<style>
span { border-color: #CC249F; }
span { border-color: rgb(204,36,159); }
td.TdClassName
{
border-color: #CC249F;
}
.TagClassName
{
border-color: #CC249F;
}
</style>