Html Css Color HEX #C91591 Medium Violet Red

📋 copy color: '#C91591'

red 201 ◦ green 21 ◦ blue 145

#C91591
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #C91591

Tints of Medium Violet Red #C91591

RGB

 RED value IS 201 (78.91% from 255) = 54.77%

 GREEN value IS 21 (8.59% from 255) = 5.72%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 54.77%
G = 5.72%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C91591 (or 0xC91591) is known color: Medium Violet Red. HEX triplet: C9, 15 and 91. RGB value is (201,21,145). Sum of RGB (Red+Green+Blue) = 201+21+145=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C91591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91591 is #36EA6E. Grayscale: #585858. Windows color (decimal): -3598959 or 9508297. OLE color: 9508297.

HSL color Cylindrical-coordinate representation of color #C91591: hue angle of 318.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91591 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 21 145 -
CMYK 0 0.90 0.28 0.21
HSL 318.67º 0.81% 0.44% -
HSV(B) 318.67º 0.9% 0.79% -
XYZ 29.47 15 28.13 -
YUV 88.96 159.63 207.92 -
System Red Green Blue C M Y K H S L
Decimal 201 21 145 0 0.90 0.28 0.21 318.67 0.81 0.44
Hex C9 15 91 0 5A 1C 15 13F 51 2C
Octal 311 25 221 0 132 34 25 477 121 54
Binary 11001001 10101 10010001 0 1011010 11100 10101 100111111 1010001 101100

Color Harmonies of #C91591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91591

Black with #C91591

Text Example


Text Example

White with #C91591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91591; }

 p { color: rgb(201,21,145); }

 H1.HeaderClassName
 {
   color: #C91591;
 }
 .AnyTagClassName
 {
   color: #C91591;
 }
</style>

background-color css

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

 a { background-color: rgb(201,21,145); }

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

border-color css

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

 span { border-color: rgb(201,21,145); }

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