Html Css Color HEX #C41971 Medium Violet Red

📋 copy color: '#C41971'

red 196 ◦ green 25 ◦ blue 113

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

Shades of Medium Violet Red #C41971

Tints of Medium Violet Red #C41971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.49%

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 58.68%
G = 7.49%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C41971 (or 0xC41971) is known color: Medium Violet Red. HEX triplet: C4, 19 and 71. RGB value is (196,25,113). Sum of RGB (Red+Green+Blue) = 196+25+113=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41971 is #3BE68E. Grayscale: #555555. Windows color (decimal): -3925647 or 7412164. OLE color: 7412164.

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

Color convert

RGB 196 25 113 -
CMYK 0 0.87 0.42 0.23
HSL 329.12º 0.77% 0.43% -
HSV(B) 329.12º 0.87% 0.77% -
XYZ 26.09 13.62 16.88 -
YUV 86.16 143.15 206.34 -
System Red Green Blue C M Y K H S L
Decimal 196 25 113 0 0.87 0.42 0.23 329.12 0.77 0.43
Hex C4 19 71 0 57 2A 17 149 4D 2B
Octal 304 31 161 0 127 52 27 511 115 53
Binary 11000100 11001 1110001 0 1010111 101010 10111 101001001 1001101 101011

Color Harmonies of #C41971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41971

Black with #C41971

Text Example


Text Example

White with #C41971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41971; }

 p { color: rgb(196,25,113); }

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

background-color css

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

 a { background-color: rgb(196,25,113); }

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

border-color css

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

 span { border-color: rgb(196,25,113); }

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