Shades of Medium Violet Red #CE269C
Tints of Medium Violet Red #CE269C
RGB
CMYK
RGB Variations
Color information
#CE269C (or 0xCE269C) is known color: Medium Violet Red. HEX triplet: CE, 26 and 9C. RGB value is (206,38,156). Sum of RGB (Red+Green+Blue) = 206+38+156=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE269C is #31D963. Grayscale: #656565. Windows color (decimal): -3266916 or 10233550. OLE color: 10233550.
HSL color Cylindrical-coordinate representation of color #CE269C: hue angle of 317.86º 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 #CE269C is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 156 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.19 |
| HSL | 317.86º | 0.69% | 0.48% | - |
| HSV(B) | 317.86º | 0.82% | 0.81% | - |
| XYZ | 32.15 | 16.91 | 33.02 | - |
| YUV | 101.68 | 158.66 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 156 | 0 | 0.82 | 0.24 | 0.19 | 317.86 | 0.69 | 0.48 |
| Hex | CE | 26 | 9C | 0 | 52 | 18 | 13 | 13E | 45 | 30 |
| Octal | 316 | 46 | 234 | 0 | 122 | 30 | 23 | 476 | 105 | 60 |
| Binary | 11001110 | 100110 | 10011100 | 0 | 1010010 | 11000 | 10011 | 100111110 | 1000101 | 110000 |
Color Harmonies of #CE269C
Complementary color
Monochromatic Colors of #CE269C
Black with #CE269C
Text Example
Text Example
White with #CE269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE269C; }
p { color: rgb(206,38,156); }
H1.HeaderClassName
{
color: #CE269C;
}
.AnyTagClassName
{
color: #CE269C;
}
</style>
background-color css
<style>
a { background-color: #CE269C; }
a { background-color: rgb(206,38,156); }
div.DivClassName
{
background-color: #CE269C;
}
.BgClassName
{
background-color: #CE269C;
}
</style>
border-color css
<style>
span { border-color: #CE269C; }
span { border-color: rgb(206,38,156); }
td.TdClassName
{
border-color: #CE269C;
}
.TagClassName
{
border-color: #CE269C;
}
</style>