Html Css Color HEX #C40591 Medium Violet Red

📋 copy color: '#C40591'

red 196 ◦ green 5 ◦ blue 145

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

Shades of Medium Violet Red #C40591

Tints of Medium Violet Red #C40591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 56.65%
G = 1.45%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C40591 (or 0xC40591) is known color: Medium Violet Red. HEX triplet: C4, 05 and 91. RGB value is (196,5,145). Sum of RGB (Red+Green+Blue) = 196+5+145=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C40591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40591 is #3BFA6E. Grayscale: #4D4D4D. Windows color (decimal): -3930735 or 9504196. OLE color: 9504196.

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

Color convert

RGB 196 5 145 -
CMYK 0 0.97 0.26 0.23
HSL 316.02º 0.95% 0.39% -
HSV(B) 316.02º 0.97% 0.77% -
XYZ 27.93 13.89 28 -
YUV 78.07 165.78 212.12 -
System Red Green Blue C M Y K H S L
Decimal 196 5 145 0 0.97 0.26 0.23 316.02 0.95 0.39
Hex C4 5 91 0 61 1A 17 13C 5F 27
Octal 304 5 221 0 141 32 27 474 137 47
Binary 11000100 101 10010001 0 1100001 11010 10111 100111100 1011111 100111

Color Harmonies of #C40591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40591

Black with #C40591

Text Example


Text Example

White with #C40591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40591; }

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

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

background-color css

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

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

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

border-color css

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

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

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