#CE0194

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

Shades of Medium Violet Red #CE0194

Tints of Medium Violet Red #CE0194

Color information

#CE0194 (or 0xCE0194) is unknown color: approx Medium Violet Red. HEX triplet: CE, 01 and 94. RGB value is (206,1,148). Sum of RGB (Red+Green+Blue) = 206+1+148=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0194 is #31FE6B. Grayscale: #4E4E4E. Windows color (decimal): -3276396 or 9699790. OLE color: 9699790.

HSL color Cylindrical-coordinate representation of color #CE0194: hue angle of 316.98º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE0194 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB2061148-
CMYK01.000.280.19
HSL316.98º99.03%40.59%-
HSV(B)316.98º99.51%80.78%-
XYZ30.8115.2829.34-
YUV79.05166.92218.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.03%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 148 (58.20% from 255) = 41.69%
R=58.03%
G=0.28%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206114801.000.280.19316.9899.0340.59
HexCE1940641C1313d6329
Octal31612240144342347514351
Binary110011101100101000110010011100100111001111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0194; }

 p { color: rgb(206,1,148); }

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

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

 a { background-color: rgb(206,1,148); }

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

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

 span { border-color: rgb(206,1,148); }

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