#ce219e

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

Shades of Medium Violet Red #CE219E

Tints of Medium Violet Red #CE219E

Color information

#CE219E (or 0xCE219E) is unknown color: approx Medium Violet Red. HEX triplet: CE, 21 and 9E. RGB value is (206,33,158). Sum of RGB (Red+Green+Blue) = 206+33+158=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE219E is #31DE61. Grayscale: #626262. Windows color (decimal): -3268194 or 10363342. OLE color: 10363342.

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

Color convert

RGB20633158-
CMYK00.840.230.19
HSL316.65º72.38%46.86%-
HSV(B)316.65º83.98%80.78%-
XYZ32.1716.6833.87-
YUV98.98161.31204.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.89%
GREEN value IS 33 (13.28% from 255) = 8.31%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=51.89%
G=8.31%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063315800.840.230.19316.6572.3846.86
HexCE219E054171313d482f
Octal316412360124272347511057
Binary11001110100001100111100101010010111100111001111011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce219e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce219e; }

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

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

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

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

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

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

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

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