#CE159A

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

Shades of Medium Violet Red #CE159A

Tints of Medium Violet Red #CE159A

Color information

#CE159A (or 0xCE159A) is unknown color: approx Medium Violet Red. HEX triplet: CE, 15 and 9A. RGB value is (206,21,154). Sum of RGB (Red+Green+Blue) = 206+21+154=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE159A is #31EA65. Grayscale: #5B5B5B. Windows color (decimal): -3271270 or 10098126. OLE color: 10098126.

HSL color Cylindrical-coordinate representation of color #CE159A: hue angle of 316.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE159A is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB20621154-
CMYK00.900.250.19
HSL316.86º81.5%44.51%-
HSV(B)316.86º89.81%80.78%-
XYZ31.5515.9932-
YUV91.48163.29209.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 21 (8.59% from 255) = 5.51%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=54.07%
G=5.51%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062115400.900.250.19316.8681.544.51
HexCE159A05A191313d512d
Octal316252320132312347512155
Binary1100111010101100110100101101011001100111001111011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE159A; }

 p { color: rgb(206,21,154); }

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

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

 a { background-color: rgb(206,21,154); }

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

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

 span { border-color: rgb(206,21,154); }

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