#CE0B97

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

Shades of Medium Violet Red #CE0B97

Tints of Medium Violet Red #CE0B97

Color information

#CE0B97 (or 0xCE0B97) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0B and 97. RGB value is (206,11,151). Sum of RGB (Red+Green+Blue) = 206+11+151=368 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.98% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0B97 is #31F468. Grayscale: #545454. Windows color (decimal): -3273833 or 9898958. OLE color: 9898958.

HSL color Cylindrical-coordinate representation of color #CE0B97: hue angle of 316.92º 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 #CE0B97 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB20611151-
CMYK00.950.270.19
HSL316.92º89.86%42.55%-
HSV(B)316.92º94.66%80.78%-
XYZ31.1615.630.65-
YUV85.26165.1214.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.98%
GREEN value IS 11 (4.69% from 255) = 2.99%
BLUE value IS 151 (59.38% from 255) = 41.03%
R=55.98%
G=2.99%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061115100.950.270.19316.9289.8642.55
HexCEB9705F1B1313d5a2b
Octal316132270137332347513253
Binary110011101011100101110101111111011100111001111011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0B97; }

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

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

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

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

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

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

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

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