#C91F90

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

Shades of Medium Violet Red #C91F90

Tints of Medium Violet Red #C91F90

Color information

#C91F90 (or 0xC91F90) is unknown color: approx Medium Violet Red. HEX triplet: C9, 1F and 90. RGB value is (201,31,144). Sum of RGB (Red+Green+Blue) = 201+31+144=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91F90 is #36E06F. Grayscale: #5E5E5E. Windows color (decimal): -3596400 or 9445321. OLE color: 9445321.

HSL color Cylindrical-coordinate representation of color #C91F90: hue angle of 320.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91F90 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB20131144-
CMYK00.850.280.21
HSL320.12º73.28%45.49%-
HSV(B)320.12º84.58%78.82%-
XYZ29.6115.4127.8-
YUV94.71155.82203.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 31 (12.5% from 255) = 8.24%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=53.46%
G=8.24%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013114400.850.280.21320.1273.2845.49
HexC91F900551C15140492d
Octal311372200125342550011155
Binary1100100111111100100000101010111100101011010000001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91F90; }

 p { color: rgb(201,31,144); }

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

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

 a { background-color: rgb(201,31,144); }

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

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

 span { border-color: rgb(201,31,144); }

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