Shades of Medium Violet Red #CE0372
Tints of Medium Violet Red #CE0372
RGB
CMYK
RGB Variations
Color information
#CE0372 (or 0xCE0372) is known color: Medium Violet Red. HEX triplet: CE, 03 and 72. RGB value is (206,3,114). Sum of RGB (Red+Green+Blue) = 206+3+114=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0372 is #31FC8D. Grayscale: #4C4C4C. Windows color (decimal): -3275918 or 7472078. OLE color: 7472078.
HSL color Cylindrical-coordinate representation of color #CE0372: hue angle of 327.19º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE0372 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.19 |
| HSL | 327.19º | 0.97% | 0.41% | - |
| HSV(B) | 327.19º | 0.99% | 0.81% | - |
| XYZ | 28.52 | 14.4 | 17.2 | - |
| YUV | 76.35 | 149.25 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 114 | 0 | 0.99 | 0.45 | 0.19 | 327.19 | 0.97 | 0.41 |
| Hex | CE | 3 | 72 | 0 | 63 | 2D | 13 | 147 | 61 | 29 |
| Octal | 316 | 3 | 162 | 0 | 143 | 55 | 23 | 507 | 141 | 51 |
| Binary | 11001110 | 11 | 1110010 | 0 | 1100011 | 101101 | 10011 | 101000111 | 1100001 | 101001 |
Color Harmonies of #CE0372
Complementary color
Monochromatic Colors of #CE0372
Black with #CE0372
Text Example
Text Example
White with #CE0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0372; }
p { color: rgb(206,3,114); }
H1.HeaderClassName
{
color: #CE0372;
}
.AnyTagClassName
{
color: #CE0372;
}
</style>
background-color css
<style>
a { background-color: #CE0372; }
a { background-color: rgb(206,3,114); }
div.DivClassName
{
background-color: #CE0372;
}
.BgClassName
{
background-color: #CE0372;
}
</style>
border-color css
<style>
span { border-color: #CE0372; }
span { border-color: rgb(206,3,114); }
td.TdClassName
{
border-color: #CE0372;
}
.TagClassName
{
border-color: #CE0372;
}
</style>