Shades of Medium Violet Red #CE0375
Tints of Medium Violet Red #CE0375
RGB
CMYK
RGB Variations
Color information
#CE0375 (or 0xCE0375) is known color: Medium Violet Red. HEX triplet: CE, 03 and 75. RGB value is (206,3,117). Sum of RGB (Red+Green+Blue) = 206+3+117=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE0375 is #31FC8A. Grayscale: #4C4C4C. Windows color (decimal): -3275915 or 7668686. OLE color: 7668686.
HSL color Cylindrical-coordinate representation of color #CE0375: hue angle of 326.31º 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 #CE0375 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 3 | 117 | - |
| CMYK | 0 | 0.99 | 0.43 | 0.19 |
| HSL | 326.31º | 0.97% | 0.41% | - |
| HSV(B) | 326.31º | 0.99% | 0.81% | - |
| XYZ | 28.7 | 14.47 | 18.11 | - |
| YUV | 76.69 | 150.75 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 3 | 117 | 0 | 0.99 | 0.43 | 0.19 | 326.31 | 0.97 | 0.41 |
| Hex | CE | 3 | 75 | 0 | 63 | 2B | 13 | 146 | 61 | 29 |
| Octal | 316 | 3 | 165 | 0 | 143 | 53 | 23 | 506 | 141 | 51 |
| Binary | 11001110 | 11 | 1110101 | 0 | 1100011 | 101011 | 10011 | 101000110 | 1100001 | 101001 |
Color Harmonies of #CE0375
Complementary color
Monochromatic Colors of #CE0375
Black with #CE0375
Text Example
Text Example
White with #CE0375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE0375; }
p { color: rgb(206,3,117); }
H1.HeaderClassName
{
color: #CE0375;
}
.AnyTagClassName
{
color: #CE0375;
}
</style>
background-color css
<style>
a { background-color: #CE0375; }
a { background-color: rgb(206,3,117); }
div.DivClassName
{
background-color: #CE0375;
}
.BgClassName
{
background-color: #CE0375;
}
</style>
border-color css
<style>
span { border-color: #CE0375; }
span { border-color: rgb(206,3,117); }
td.TdClassName
{
border-color: #CE0375;
}
.TagClassName
{
border-color: #CE0375;
}
</style>