Shades of Medium Violet Red #CE269A
Tints of Medium Violet Red #CE269A
RGB
CMYK
RGB Variations
Color information
#CE269A (or 0xCE269A) is known color: Medium Violet Red. HEX triplet: CE, 26 and 9A. RGB value is (206,38,154). Sum of RGB (Red+Green+Blue) = 206+38+154=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE269A is #31D965. Grayscale: #656565. Windows color (decimal): -3266918 or 10102478. OLE color: 10102478.
HSL color Cylindrical-coordinate representation of color #CE269A: hue angle of 318.57º degrees, saturation: 0.69, 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 #CE269A is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 154 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.19 |
| HSL | 318.57º | 0.69% | 0.48% | - |
| HSV(B) | 318.57º | 0.82% | 0.81% | - |
| XYZ | 31.98 | 16.84 | 32.14 | - |
| YUV | 101.46 | 157.66 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 154 | 0 | 0.82 | 0.25 | 0.19 | 318.57 | 0.69 | 0.48 |
| Hex | CE | 26 | 9A | 0 | 52 | 19 | 13 | 13F | 45 | 30 |
| Octal | 316 | 46 | 232 | 0 | 122 | 31 | 23 | 477 | 105 | 60 |
| Binary | 11001110 | 100110 | 10011010 | 0 | 1010010 | 11001 | 10011 | 100111111 | 1000101 | 110000 |
Color Harmonies of #CE269A
Complementary color
Monochromatic Colors of #CE269A
Black with #CE269A
Text Example
Text Example
White with #CE269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE269A; }
p { color: rgb(206,38,154); }
H1.HeaderClassName
{
color: #CE269A;
}
.AnyTagClassName
{
color: #CE269A;
}
</style>
background-color css
<style>
a { background-color: #CE269A; }
a { background-color: rgb(206,38,154); }
div.DivClassName
{
background-color: #CE269A;
}
.BgClassName
{
background-color: #CE269A;
}
</style>
border-color css
<style>
span { border-color: #CE269A; }
span { border-color: rgb(206,38,154); }
td.TdClassName
{
border-color: #CE269A;
}
.TagClassName
{
border-color: #CE269A;
}
</style>