#C90EA4

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

Shades of Medium Violet Red #C90EA4

Tints of Medium Violet Red #C90EA4

Color information

#C90EA4 (or 0xC90EA4) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0E and A4. RGB value is (201,14,164). Sum of RGB (Red+Green+Blue) = 201+14+164=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C90EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90EA4 is #36F15B. Grayscale: #565656. Windows color (decimal): -3600732 or 10751689. OLE color: 10751689.

HSL color Cylindrical-coordinate representation of color #C90EA4: hue angle of 311.87º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90EA4 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20114164-
CMYK00.930.180.21
HSL311.87º86.98%42.16%-
HSV(B)311.87º93.03%78.82%-
XYZ30.9515.4136.47-
YUV87.01171.45209.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.03%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 164 (64.45% from 255) = 43.27%
R=53.03%
G=3.69%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011416400.930.180.21311.8786.9842.16
HexC9EA405D1215138572a
Octal311162440135222547012752
Binary110010011110101001000101110110010101011001110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90EA4; }

 p { color: rgb(201,14,164); }

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

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

 a { background-color: rgb(201,14,164); }

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

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

 span { border-color: rgb(201,14,164); }

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