#CE167C

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

Shades of Medium Violet Red #CE167C

Tints of Medium Violet Red #CE167C

Color information

#CE167C (or 0xCE167C) is unknown color: approx Medium Violet Red. HEX triplet: CE, 16 and 7C. RGB value is (206,22,124). Sum of RGB (Red+Green+Blue) = 206+22+124=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 22 (8.98% from 255 or 6.25% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE167C is #31E983. Grayscale: #585858. Windows color (decimal): -3271044 or 8132302. OLE color: 8132302.

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

Color convert

RGB20622124-
CMYK00.890.400.19
HSL326.74º80.7%44.71%-
HSV(B)326.74º89.32%80.78%-
XYZ29.3815.1520.44-
YUV88.64147.96211.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.52%
GREEN value IS 22 (8.98% from 255) = 6.25%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=58.52%
G=6.25%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2062212400.890.400.19326.7480.744.71
HexCE167C0592813147512d
Octal316261740131502350712155
Binary1100111010110111110001011001101000100111010001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE167C; }

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

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

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

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

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

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

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

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