#ce218c

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

Shades of Medium Violet Red #CE218C

Tints of Medium Violet Red #CE218C

Color information

#CE218C (or 0xCE218C) is unknown color: approx Medium Violet Red. HEX triplet: CE, 21 and 8C. RGB value is (206,33,140). Sum of RGB (Red+Green+Blue) = 206+33+140=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE218C is #31DE73. Grayscale: #606060. Windows color (decimal): -3268212 or 9183694. OLE color: 9183694.

HSL color Cylindrical-coordinate representation of color #CE218C: hue angle of 322.89º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE218C is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB20633140-
CMYK00.840.320.19
HSL322.89º72.38%46.86%-
HSV(B)322.89º83.98%80.78%-
XYZ30.7316.126.3-
YUV96.92152.31205.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.35%
GREEN value IS 33 (13.28% from 255) = 8.71%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=54.35%
G=8.71%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063314000.840.320.19322.8972.3846.86
HexCE218C0542013143482f
Octal316412140124402350311057
Binary110011101000011000110001010100100000100111010000111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce218c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce218c; }

 p { color: rgb(206,33,140); }

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

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

 a { background-color: rgb(206,33,140); }

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

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

 span { border-color: rgb(206,33,140); }

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