#C21EA4

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

Shades of Medium Violet Red #C21EA4

Tints of Medium Violet Red #C21EA4

Color information

#C21EA4 (or 0xC21EA4) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1E and A4. RGB value is (194,30,164). Sum of RGB (Red+Green+Blue) = 194+30+164=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EA4 is #3DE15B. Grayscale: #5D5D5D. Windows color (decimal): -4055388 or 10755778. OLE color: 10755778.

HSL color Cylindrical-coordinate representation of color #C21EA4: hue angle of 310.98º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21EA4 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19430164-
CMYK00.850.150.24
HSL310.98º73.21%43.92%-
HSV(B)310.98º84.54%76.08%-
XYZ29.4115.0836.48-
YUV94.31167.33199.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 7.73%
BLUE value IS 164 (64.45% from 255) = 42.27%
R=50%
G=7.73%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943016400.850.150.24310.9873.2143.92
HexC21EA4055F18137492c
Octal302362440125173046711154
Binary110000101111010100100010101011111110001001101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21EA4; }

 p { color: rgb(194,30,164); }

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

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

 a { background-color: rgb(194,30,164); }

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

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

 span { border-color: rgb(194,30,164); }

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