Html Css Color HEX #C41574 Medium Violet Red

📋 copy color: '#C41574'

red 196 ◦ green 21 ◦ blue 116

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

Shades of Medium Violet Red #C41574

Tints of Medium Violet Red #C41574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 58.86%
G = 6.31%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41574 (or 0xC41574) is known color: Medium Violet Red. HEX triplet: C4, 15 and 74. RGB value is (196,21,116). Sum of RGB (Red+Green+Blue) = 196+21+116=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41574 is #3BEA8B. Grayscale: #535353. Windows color (decimal): -3926668 or 7607748. OLE color: 7607748.

HSL color Cylindrical-coordinate representation of color #C41574: hue angle of 327.43º 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 #C41574 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 116 -
CMYK 0 0.89 0.41 0.23
HSL 327.43º 0.81% 0.43% -
HSV(B) 327.43º 0.89% 0.77% -
XYZ 26.19 13.53 17.76 -
YUV 84.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 196 21 116 0 0.89 0.41 0.23 327.43 0.81 0.43
Hex C4 15 74 0 59 29 17 147 51 2B
Octal 304 25 164 0 131 51 27 507 121 53
Binary 11000100 10101 1110100 0 1011001 101001 10111 101000111 1010001 101011

Color Harmonies of #C41574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41574

Black with #C41574

Text Example


Text Example

White with #C41574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41574; }

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

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

background-color css

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

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

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

border-color css

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

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

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