#CE28A0

Color #CE28A0 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CE28A0

Tints of Medium Violet Red #CE28A0

Color information

#CE28A0 (or 0xCE28A0) is unknown color: approx Medium Violet Red. HEX triplet: CE, 28 and A0. RGB value is (206,40,160). Sum of RGB (Red+Green+Blue) = 206+40+160=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE28A0 is #31D75F. Grayscale: #676767. Windows color (decimal): -3266400 or 10496206. OLE color: 10496206.

HSL color Cylindrical-coordinate representation of color #CE28A0: hue angle of 316.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE28A0 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB20640160-
CMYK00.810.220.19
HSL316.63º67.48%48.24%-
HSV(B)316.63º80.58%80.78%-
XYZ32.5617.1834.86-
YUV103.31160201.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 50.74%
GREEN value IS 40 (16.02% from 255) = 9.85%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=50.74%
G=9.85%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2064016000.810.220.19316.6367.4848.24
HexCE28A0051161313d4330
Octal316502400121262347510360
Binary11001110101000101000000101000110110100111001111011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE28A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE28A0; }

 p { color: rgb(206,40,160); }

 H1.HeaderClassName
 {
   color: #CE28A0;
 }
 .AnyTagClassName
 {
   color: #CE28A0;
 }
</style>
background-color css

<style>
 a { background-color: #CE28A0; }

 a { background-color: rgb(206,40,160); }

 div.DivClassName
 {
   background-color: #CE28A0;
 }
 .BgClassName
 {
   background-color: #CE28A0;
 }
</style>
border-color css

<style>
 span { border-color: #CE28A0; }

 span { border-color: rgb(206,40,160); }

 td.TdClassName
 {
   border-color: #CE28A0;
 }
 .TagClassName
 {
   border-color: #CE28A0;
 }
</style>