Html Css Color HEX #C41391 Medium Violet Red

📋 copy color: '#C41391'

red 196 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #C41391

Tints of Medium Violet Red #C41391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.28%

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

R = 54.44%
G = 5.28%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41391 (or 0xC41391) is known color: Medium Violet Red. HEX triplet: C4, 13 and 91. RGB value is (196,19,145). Sum of RGB (Red+Green+Blue) = 196+19+145=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C41391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41391 is #3BEC6E. Grayscale: #555555. Windows color (decimal): -3927151 or 9507780. OLE color: 9507780.

HSL color Cylindrical-coordinate representation of color #C41391: hue angle of 317.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41391 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 145 -
CMYK 0 0.90 0.26 0.23
HSL 317.29º 0.82% 0.42% -
HSV(B) 317.29º 0.9% 0.77% -
XYZ 28.11 14.25 28.06 -
YUV 86.29 161.14 206.25 -
System Red Green Blue C M Y K H S L
Decimal 196 19 145 0 0.90 0.26 0.23 317.29 0.82 0.42
Hex C4 13 91 0 5A 1A 17 13D 52 2A
Octal 304 23 221 0 132 32 27 475 122 52
Binary 11000100 10011 10010001 0 1011010 11010 10111 100111101 1010010 101010

Color Harmonies of #C41391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41391

Black with #C41391

Text Example


Text Example

White with #C41391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41391; }

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

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

background-color css

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

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

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

border-color css

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

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

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