Shades of Medium Violet Red #CE019B
Tints of Medium Violet Red #CE019B
RGB
CMYK
RGB Variations
Color information
#CE019B (or 0xCE019B) is known color: Medium Violet Red. HEX triplet: CE, 01 and 9B. RGB value is (206,1,155). Sum of RGB (Red+Green+Blue) = 206+1+155=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE019B is #31FE64. Grayscale: #4F4F4F. Windows color (decimal): -3276389 or 10158542. OLE color: 10158542.
HSL color Cylindrical-coordinate representation of color #CE019B: hue angle of 314.93º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE019B is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.19 |
| HSL | 314.93º | 0.99% | 0.41% | - |
| HSV(B) | 314.93º | 1% | 0.81% | - |
| XYZ | 31.38 | 15.51 | 32.35 | - |
| YUV | 79.85 | 170.42 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 1 | 155 | 0 | 1.00 | 0.25 | 0.19 | 314.93 | 0.99 | 0.41 |
| Hex | CE | 1 | 9B | 0 | 64 | 19 | 13 | 13B | 63 | 29 |
| Octal | 316 | 1 | 233 | 0 | 144 | 31 | 23 | 473 | 143 | 51 |
| Binary | 11001110 | 1 | 10011011 | 0 | 1100100 | 11001 | 10011 | 100111011 | 1100011 | 101001 |
Color Harmonies of #CE019B
Complementary color
Monochromatic Colors of #CE019B
Black with #CE019B
Text Example
Text Example
White with #CE019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE019B; }
p { color: rgb(206,1,155); }
H1.HeaderClassName
{
color: #CE019B;
}
.AnyTagClassName
{
color: #CE019B;
}
</style>
background-color css
<style>
a { background-color: #CE019B; }
a { background-color: rgb(206,1,155); }
div.DivClassName
{
background-color: #CE019B;
}
.BgClassName
{
background-color: #CE019B;
}
</style>
border-color css
<style>
span { border-color: #CE019B; }
span { border-color: rgb(206,1,155); }
td.TdClassName
{
border-color: #CE019B;
}
.TagClassName
{
border-color: #CE019B;
}
</style>