#C91F8D

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

Shades of Medium Violet Red #C91F8D

Tints of Medium Violet Red #C91F8D

Color information

#C91F8D (or 0xC91F8D) is unknown color: approx Medium Violet Red. HEX triplet: C9, 1F and 8D. RGB value is (201,31,141). Sum of RGB (Red+Green+Blue) = 201+31+141=373 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.89% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91F8D is #36E072. Grayscale: #5E5E5E. Windows color (decimal): -3596403 or 9248713. OLE color: 9248713.

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

Color convert

RGB20131141-
CMYK00.850.300.21
HSL321.18º73.28%45.49%-
HSV(B)321.18º84.58%78.82%-
XYZ29.3915.3226.61-
YUV94.37154.32204.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.89%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=53.89%
G=8.31%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2013114100.850.300.21321.1873.2845.49
HexC91F8D0551E15141492d
Octal311372150125362550111155
Binary1100100111111100011010101010111110101011010000011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91F8D; }

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

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

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

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

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

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

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

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