Shades of Medium Violet Red #CE249C
Tints of Medium Violet Red #CE249C
RGB
CMYK
RGB Variations
Color information
#CE249C (or 0xCE249C) is known color: Medium Violet Red. HEX triplet: CE, 24 and 9C. RGB value is (206,36,156). Sum of RGB (Red+Green+Blue) = 206+36+156=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 36 (14.45% from 255 or 9.05% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE249C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE249C is #31DB63. Grayscale: #646464. Windows color (decimal): -3267428 or 10233038. OLE color: 10233038.
HSL color Cylindrical-coordinate representation of color #CE249C: hue angle of 317.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE249C is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 156 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.19 |
| HSL | 317.65º | 0.7% | 0.47% | - |
| HSV(B) | 317.65º | 0.83% | 0.81% | - |
| XYZ | 32.09 | 16.78 | 33 | - |
| YUV | 100.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 156 | 0 | 0.83 | 0.24 | 0.19 | 317.65 | 0.7 | 0.47 |
| Hex | CE | 24 | 9C | 0 | 53 | 18 | 13 | 13E | 46 | 2F |
| Octal | 316 | 44 | 234 | 0 | 123 | 30 | 23 | 476 | 106 | 57 |
| Binary | 11001110 | 100100 | 10011100 | 0 | 1010011 | 11000 | 10011 | 100111110 | 1000110 | 101111 |
Color Harmonies of #CE249C
Complementary color
Monochromatic Colors of #CE249C
Black with #CE249C
Text Example
Text Example
White with #CE249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE249C; }
p { color: rgb(206,36,156); }
H1.HeaderClassName
{
color: #CE249C;
}
.AnyTagClassName
{
color: #CE249C;
}
</style>
background-color css
<style>
a { background-color: #CE249C; }
a { background-color: rgb(206,36,156); }
div.DivClassName
{
background-color: #CE249C;
}
.BgClassName
{
background-color: #CE249C;
}
</style>
border-color css
<style>
span { border-color: #CE249C; }
span { border-color: rgb(206,36,156); }
td.TdClassName
{
border-color: #CE249C;
}
.TagClassName
{
border-color: #CE249C;
}
</style>