Shades of Medium Violet Red #CC249B
Tints of Medium Violet Red #CC249B
RGB
CMYK
RGB Variations
Color information
#CC249B (or 0xCC249B) is known color: Medium Violet Red. HEX triplet: CC, 24 and 9B. RGB value is (204,36,155). Sum of RGB (Red+Green+Blue) = 204+36+155=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 36 (14.45% from 255 or 9.11% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC249B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC249B is #33DB64. Grayscale: #636363. Windows color (decimal): -3398501 or 10167500. OLE color: 10167500.
HSL color Cylindrical-coordinate representation of color #CC249B: hue angle of 317.5º 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 #CC249B is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 155 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.2 |
| HSL | 317.5º | 0.7% | 0.47% | - |
| HSV(B) | 317.5º | 0.82% | 0.8% | - |
| XYZ | 31.45 | 16.47 | 32.53 | - |
| YUV | 99.8 | 159.16 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 155 | 0 | 0.82 | 0.24 | 0.2 | 317.5 | 0.7 | 0.47 |
| Hex | CC | 24 | 9B | 0 | 52 | 18 | 14 | 13E | 46 | 2F |
| Octal | 314 | 44 | 233 | 0 | 122 | 30 | 24 | 476 | 106 | 57 |
| Binary | 11001100 | 100100 | 10011011 | 0 | 1010010 | 11000 | 10100 | 100111110 | 1000110 | 101111 |
Color Harmonies of #CC249B
Complementary color
Monochromatic Colors of #CC249B
Black with #CC249B
Text Example
Text Example
White with #CC249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC249B; }
p { color: rgb(204,36,155); }
H1.HeaderClassName
{
color: #CC249B;
}
.AnyTagClassName
{
color: #CC249B;
}
</style>
background-color css
<style>
a { background-color: #CC249B; }
a { background-color: rgb(204,36,155); }
div.DivClassName
{
background-color: #CC249B;
}
.BgClassName
{
background-color: #CC249B;
}
</style>
border-color css
<style>
span { border-color: #CC249B; }
span { border-color: rgb(204,36,155); }
td.TdClassName
{
border-color: #CC249B;
}
.TagClassName
{
border-color: #CC249B;
}
</style>