#CE0B98

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

Shades of Medium Violet Red #CE0B98

Tints of Medium Violet Red #CE0B98

Color information

#CE0B98 (or 0xCE0B98) is unknown color: approx Medium Violet Red. HEX triplet: CE, 0B and 98. RGB value is (206,11,152). Sum of RGB (Red+Green+Blue) = 206+11+152=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE0B98 is #31F467. Grayscale: #555555. Windows color (decimal): -3273832 or 9964494. OLE color: 9964494.

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

Color convert

RGB20611152-
CMYK00.950.260.19
HSL316.62º89.86%42.55%-
HSV(B)316.62º94.66%80.78%-
XYZ31.2415.6331.08-
YUV85.38165.6214.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.83%
GREEN value IS 11 (4.69% from 255) = 2.98%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=55.83%
G=2.98%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061115200.950.260.19316.6289.8642.55
HexCEB9805F1A1313d5a2b
Octal316132300137322347513253
Binary110011101011100110000101111111010100111001111011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE0B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE0B98; }

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

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

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

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

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

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

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

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