#c91c8e

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

Shades of Medium Violet Red #C91C8E

Tints of Medium Violet Red #C91C8E

Color information

#C91C8E (or 0xC91C8E) is unknown color: approx Medium Violet Red. HEX triplet: C9, 1C and 8E. RGB value is (201,28,142). Sum of RGB (Red+Green+Blue) = 201+28+142=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91C8E is #36E371. Grayscale: #5C5C5C. Windows color (decimal): -3597170 or 9313481. OLE color: 9313481.

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

Color convert

RGB20128142-
CMYK00.860.290.21
HSL320.46º75.55%44.9%-
HSV(B)320.46º86.07%78.82%-
XYZ29.3915.226.98-
YUV92.72155.81205.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=54.18%
G=7.55%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2012814200.860.290.21320.4675.5544.9
HexC91C8E0561D151404c2d
Octal311342160126352550011455
Binary1100100111100100011100101011011101101011010000001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c91c8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c91c8e; }

 p { color: rgb(201,28,142); }

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

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

 a { background-color: rgb(201,28,142); }

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

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

 span { border-color: rgb(201,28,142); }

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