#CE219A

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

Shades of Medium Violet Red #CE219A

Tints of Medium Violet Red #CE219A

Color information

#CE219A (or 0xCE219A) is unknown color: approx Medium Violet Red. HEX triplet: CE, 21 and 9A. RGB value is (206,33,154). Sum of RGB (Red+Green+Blue) = 206+33+154=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 33 (13.28% from 255 or 8.40% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE219A is #31DE65. Grayscale: #626262. Windows color (decimal): -3268198 or 10101198. OLE color: 10101198.

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

Color convert

RGB20633154-
CMYK00.840.250.19
HSL318.03º72.38%46.86%-
HSV(B)318.03º83.98%80.78%-
XYZ31.8316.5432.09-
YUV98.52159.31204.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 33 (13.28% from 255) = 8.40%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=52.42%
G=8.40%
B=39.19%

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
Decimal2063315400.840.250.19318.0372.3846.86
HexCE219A054191313e482f
Octal316412320124312347611057
Binary11001110100001100110100101010011001100111001111101001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE219A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE219A; }

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

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

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

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

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

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

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

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