#CE139F

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

Shades of Medium Violet Red #CE139F

Tints of Medium Violet Red #CE139F

Color information

#CE139F (or 0xCE139F) is unknown color: approx Medium Violet Red. HEX triplet: CE, 13 and 9F. RGB value is (206,19,159). Sum of RGB (Red+Green+Blue) = 206+19+159=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE139F is #31EC60. Grayscale: #5A5A5A. Windows color (decimal): -3271777 or 10425294. OLE color: 10425294.

HSL color Cylindrical-coordinate representation of color #CE139F: hue angle of 315.08º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE139F is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20619159-
CMYK00.910.230.19
HSL315.08º83.11%44.12%-
HSV(B)315.08º90.78%80.78%-
XYZ31.9416.0934.22-
YUV90.87166.45210.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.65%
GREEN value IS 19 (7.81% from 255) = 4.95%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=53.65%
G=4.95%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061915900.910.230.19315.0883.1144.12
HexCE139F05B171313b532c
Octal316232370133272347312354
Binary1100111010011100111110101101110111100111001110111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE139F; }

 p { color: rgb(206,19,159); }

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

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

 a { background-color: rgb(206,19,159); }

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

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

 span { border-color: rgb(206,19,159); }

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