#ce219b

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

Shades of Medium Violet Red #CE219B

Tints of Medium Violet Red #CE219B

Color information

#CE219B (or 0xCE219B) is unknown color: approx Medium Violet Red. HEX triplet: CE, 21 and 9B. RGB value is (206,33,155). Sum of RGB (Red+Green+Blue) = 206+33+155=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE219B is #31DE64. Grayscale: #626262. Windows color (decimal): -3268197 or 10166734. OLE color: 10166734.

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

Color convert

RGB20633155-
CMYK00.840.250.19
HSL317.69º72.38%46.86%-
HSV(B)317.69º83.98%80.78%-
XYZ31.9116.5832.53-
YUV98.64159.81204.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.28%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=52.28%
G=8.38%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063315500.840.250.19317.6972.3846.86
HexCE219B054191313e482f
Octal316412330124312347611057
Binary11001110100001100110110101010011001100111001111101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce219b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce219b; }

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

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

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

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

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

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

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

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