Shades of Medium Violet Red #CE259D
Tints of Medium Violet Red #CE259D
RGB
CMYK
RGB Variations
Color information
#CE259D (or 0xCE259D) is known color: Medium Violet Red. HEX triplet: CE, 25 and 9D. RGB value is (206,37,157). Sum of RGB (Red+Green+Blue) = 206+37+157=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE259D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE259D is #31DA62. Grayscale: #646464. Windows color (decimal): -3267171 or 10298830. OLE color: 10298830.
HSL color Cylindrical-coordinate representation of color #CE259D: hue angle of 317.4º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE259D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 157 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.19 |
| HSL | 317.4º | 0.7% | 0.48% | - |
| HSV(B) | 317.4º | 0.82% | 0.81% | - |
| XYZ | 32.2 | 16.88 | 33.46 | - |
| YUV | 101.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 157 | 0 | 0.82 | 0.24 | 0.19 | 317.4 | 0.7 | 0.48 |
| Hex | CE | 25 | 9D | 0 | 52 | 18 | 13 | 13D | 46 | 30 |
| Octal | 316 | 45 | 235 | 0 | 122 | 30 | 23 | 475 | 106 | 60 |
| Binary | 11001110 | 100101 | 10011101 | 0 | 1010010 | 11000 | 10011 | 100111101 | 1000110 | 110000 |
Color Harmonies of #CE259D
Complementary color
Monochromatic Colors of #CE259D
Black with #CE259D
Text Example
Text Example
White with #CE259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE259D; }
p { color: rgb(206,37,157); }
H1.HeaderClassName
{
color: #CE259D;
}
.AnyTagClassName
{
color: #CE259D;
}
</style>
background-color css
<style>
a { background-color: #CE259D; }
a { background-color: rgb(206,37,157); }
div.DivClassName
{
background-color: #CE259D;
}
.BgClassName
{
background-color: #CE259D;
}
</style>
border-color css
<style>
span { border-color: #CE259D; }
span { border-color: rgb(206,37,157); }
td.TdClassName
{
border-color: #CE259D;
}
.TagClassName
{
border-color: #CE259D;
}
</style>