#CE0A8E

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

Shades of Medium Violet Red #CE0A8E

Tints of Medium Violet Red #CE0A8E

Color information

#CE0A8E (or 0xCE0A8E) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0A and 8E. RGB value is (206,10,142). Sum of RGB (Red+Green+Blue) = 206+10+142=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0A8E is #31F571. Grayscale: #535353. Windows color (decimal): -3274098 or 9308878. OLE color: 9308878.

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

Color convert

RGB20610142-
CMYK00.950.310.19
HSL319.59º90.74%42.35%-
HSV(B)319.59º95.15%80.78%-
XYZ30.4415.2926.94-
YUV83.65160.93215.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.54%
GREEN value IS 10 (4.30% from 255) = 2.79%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=57.54%
G=2.79%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061014200.950.310.19319.5990.7442.35
HexCEA8E05F1F131405b2a
Octal316122160137372350013352
Binary110011101010100011100101111111111100111010000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0A8E; }

 p { color: rgb(206,10,142); }

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

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

 a { background-color: rgb(206,10,142); }

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

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

 span { border-color: rgb(206,10,142); }

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