Html Css Color HEX #C41591 Medium Violet Red

📋 copy color: '#C41591'

red 196 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #C41591

Tints of Medium Violet Red #C41591

RGB

 RED value IS 196 (76.95% from 255) = 54.14%

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

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

R = 54.14%
G = 5.8%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41591 (or 0xC41591) is known color: Medium Violet Red. HEX triplet: C4, 15 and 91. RGB value is (196,21,145). Sum of RGB (Red+Green+Blue) = 196+21+145=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 21 (8.59% from 255 or 5.80% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41591 is #3BEA6E. Grayscale: #575757. Windows color (decimal): -3926639 or 9508292. OLE color: 9508292.

HSL color Cylindrical-coordinate representation of color #C41591: hue angle of 317.49º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41591 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 145 -
CMYK 0 0.89 0.26 0.23
HSL 317.49º 0.81% 0.43% -
HSV(B) 317.49º 0.89% 0.77% -
XYZ 28.14 14.32 28.07 -
YUV 87.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 196 21 145 0 0.89 0.26 0.23 317.49 0.81 0.43
Hex C4 15 91 0 59 1A 17 13D 51 2B
Octal 304 25 221 0 131 32 27 475 121 53
Binary 11000100 10101 10010001 0 1011001 11010 10111 100111101 1010001 101011

Color Harmonies of #C41591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41591

Black with #C41591

Text Example


Text Example

White with #C41591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41591; }

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

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

background-color css

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

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

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

border-color css

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

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

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