#CE169E

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

Shades of Medium Violet Red #CE169E

Tints of Medium Violet Red #CE169E

Color information

#CE169E (or 0xCE169E) is unknown color: approx Medium Violet Red. HEX triplet: CE, 16 and 9E. RGB value is (206,22,158). Sum of RGB (Red+Green+Blue) = 206+22+158=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE169E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE169E is #31E961. Grayscale: #5C5C5C. Windows color (decimal): -3271010 or 10360526. OLE color: 10360526.

HSL color Cylindrical-coordinate representation of color #CE169E: hue angle of 315.65º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE169E is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20622158-
CMYK00.890.230.19
HSL315.65º80.7%44.71%-
HSV(B)315.65º89.32%80.78%-
XYZ31.9116.1633.79-
YUV92.52164.96208.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.37%
GREEN value IS 22 (8.98% from 255) = 5.70%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=53.37%
G=5.70%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062215800.890.230.19315.6580.744.71
HexCE169E059171313c512d
Octal316262360131272347412155
Binary1100111010110100111100101100110111100111001111001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE169E; }

 p { color: rgb(206,22,158); }

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

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

 a { background-color: rgb(206,22,158); }

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

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

 span { border-color: rgb(206,22,158); }

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