Shades of Medium Violet Red #CE0475
Tints of Medium Violet Red #CE0475
RGB
CMYK
RGB Variations
Color information
#CE0475 (or 0xCE0475) is known color: Medium Violet Red. HEX triplet: CE, 04 and 75. RGB value is (206,4,117). Sum of RGB (Red+Green+Blue) = 206+4+117=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0475 is #31FB8A. Grayscale: #4D4D4D. Windows color (decimal): -3275659 or 7668942. OLE color: 7668942.
HSL color Cylindrical-coordinate representation of color #CE0475: hue angle of 326.44º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE0475 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 4 | 117 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.19 |
| HSL | 326.44º | 0.96% | 0.41% | - |
| HSV(B) | 326.44º | 0.98% | 0.81% | - |
| XYZ | 28.71 | 14.49 | 18.11 | - |
| YUV | 77.28 | 150.42 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 4 | 117 | 0 | 0.98 | 0.43 | 0.19 | 326.44 | 0.96 | 0.41 |
| Hex | CE | 4 | 75 | 0 | 62 | 2B | 13 | 146 | 60 | 29 |
| Octal | 316 | 4 | 165 | 0 | 142 | 53 | 23 | 506 | 140 | 51 |
| Binary | 11001110 | 100 | 1110101 | 0 | 1100010 | 101011 | 10011 | 101000110 | 1100000 | 101001 |
Color Harmonies of #CE0475
Complementary color
Monochromatic Colors of #CE0475
Black with #CE0475
Text Example
Text Example
White with #CE0475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0475; }
p { color: rgb(206,4,117); }
H1.HeaderClassName
{
color: #CE0475;
}
.AnyTagClassName
{
color: #CE0475;
}
</style>
background-color css
<style>
a { background-color: #CE0475; }
a { background-color: rgb(206,4,117); }
div.DivClassName
{
background-color: #CE0475;
}
.BgClassName
{
background-color: #CE0475;
}
</style>
border-color css
<style>
span { border-color: #CE0475; }
span { border-color: rgb(206,4,117); }
td.TdClassName
{
border-color: #CE0475;
}
.TagClassName
{
border-color: #CE0475;
}
</style>