Html Css Color HEX #C91491 Medium Violet Red

📋 copy color: '#C91491'

red 201 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #C91491

Tints of Medium Violet Red #C91491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.46%

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

R = 54.92%
G = 5.46%
B = 39.62%

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

#C91491 (or 0xC91491) is known color: Medium Violet Red. HEX triplet: C9, 14 and 91. RGB value is (201,20,145). Sum of RGB (Red+Green+Blue) = 201+20+145=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C91491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C91491 is #36EB6E. Grayscale: #585858. Windows color (decimal): -3599215 or 9508041. OLE color: 9508041.

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

Color convert

RGB 201 20 145 -
CMYK 0 0.90 0.28 0.21
HSL 318.56º 0.82% 0.43% -
HSV(B) 318.56º 0.9% 0.79% -
XYZ 29.45 14.96 28.12 -
YUV 88.37 159.97 208.34 -
System Red Green Blue C M Y K H S L
Decimal 201 20 145 0 0.90 0.28 0.21 318.56 0.82 0.43
Hex C9 14 91 0 5A 1C 15 13F 52 2B
Octal 311 24 221 0 132 34 25 477 122 53
Binary 11001001 10100 10010001 0 1011010 11100 10101 100111111 1010010 101011

Color Harmonies of #C91491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91491

Black with #C91491

Text Example


Text Example

White with #C91491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91491; }

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

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

background-color css

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

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

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

border-color css

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

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

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