#C90C8A

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

Shades of Medium Violet Red #C90C8A

Tints of Medium Violet Red #C90C8A

Color information

#C90C8A (or 0xC90C8A) is unknown color: approx Medium Violet Red. HEX triplet: C9, 0C and 8A. RGB value is (201,12,138). Sum of RGB (Red+Green+Blue) = 201+12+138=351 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.26% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 201 - color contains mainly: red. Hex color #C90C8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90C8A is #36F375. Grayscale: #525252. Windows color (decimal): -3601270 or 9047241. OLE color: 9047241.

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

Color convert

RGB20112138-
CMYK00.940.310.21
HSL320º88.73%41.76%-
HSV(B)320º94.03%78.82%-
XYZ28.8114.5225.33-
YUV82.88159.12212.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 57.26%
GREEN value IS 12 (5.08% from 255) = 3.42%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=57.26%
G=3.42%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011213800.940.310.2132088.7341.76
HexC9C8A05E1F15140592a
Octal311142120136372550013152
Binary110010011100100010100101111011111101011010000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90C8A; }

 p { color: rgb(201,12,138); }

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

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

 a { background-color: rgb(201,12,138); }

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

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

 span { border-color: rgb(201,12,138); }

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