#CE0B80

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

Shades of Medium Violet Red #CE0B80

Tints of Medium Violet Red #CE0B80

Color information

#CE0B80 (or 0xCE0B80) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0B and 80. RGB value is (206,11,128). Sum of RGB (Red+Green+Blue) = 206+11+128=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0B80 is #31F47F. Grayscale: #525252. Windows color (decimal): -3273856 or 8391630. OLE color: 8391630.

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

Color convert

RGB20611128-
CMYK00.950.380.19
HSL324º89.86%42.55%-
HSV(B)324º94.66%80.78%-
XYZ29.4714.9221.75-
YUV82.64153.6215.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.71%
GREEN value IS 11 (4.69% from 255) = 3.19%
BLUE value IS 128 (50.39% from 255) = 37.10%
R=59.71%
G=3.19%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061112800.950.380.1932489.8642.55
HexCEB8005F26131445a2b
Octal316132000137462350413253
Binary1100111010111000000001011111100110100111010001001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0B80; }

 p { color: rgb(206,11,128); }

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

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

 a { background-color: rgb(206,11,128); }

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

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

 span { border-color: rgb(206,11,128); }

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