#C90E9E

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

Shades of Medium Violet Red #C90E9E

Tints of Medium Violet Red #C90E9E

Color information

#C90E9E (or 0xC90E9E) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0E and 9E. RGB value is (201,14,158). Sum of RGB (Red+Green+Blue) = 201+14+158=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C90E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90E9E is #36F161. Grayscale: #555555. Windows color (decimal): -3600738 or 10358473. OLE color: 10358473.

HSL color Cylindrical-coordinate representation of color #C90E9E: hue angle of 313.8º 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 #C90E9E is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB20114158-
CMYK00.930.210.21
HSL313.8º86.98%42.16%-
HSV(B)313.8º93.03%78.82%-
XYZ30.4215.233.68-
YUV86.33168.45209.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 14 (5.86% from 255) = 3.75%
BLUE value IS 158 (62.11% from 255) = 42.36%
R=53.89%
G=3.75%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011415800.930.210.21313.886.9842.16
HexC9E9E05D151513a572a
Octal311162360135252547212752
Binary110010011110100111100101110110101101011001110101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90E9E; }

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

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

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

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

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

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

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

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