Html Css Color HEX #C41174 Medium Violet Red

📋 copy color: '#C41174'

red 196 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C41174

Tints of Medium Violet Red #C41174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.17%

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

R = 59.57%
G = 5.17%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41174 (or 0xC41174) is known color: Medium Violet Red. HEX triplet: C4, 11 and 74. RGB value is (196,17,116). Sum of RGB (Red+Green+Blue) = 196+17+116=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C41174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41174 is #3BEE8B. Grayscale: #515151. Windows color (decimal): -3927692 or 7606724. OLE color: 7606724.

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

Color convert

RGB 196 17 116 -
CMYK 0 0.91 0.41 0.23
HSL 326.82º 0.84% 0.42% -
HSV(B) 326.82º 0.91% 0.77% -
XYZ 26.12 13.4 17.73 -
YUV 81.81 147.3 209.45 -
System Red Green Blue C M Y K H S L
Decimal 196 17 116 0 0.91 0.41 0.23 326.82 0.84 0.42
Hex C4 11 74 0 5B 29 17 147 54 2A
Octal 304 21 164 0 133 51 27 507 124 52
Binary 11000100 10001 1110100 0 1011011 101001 10111 101000111 1010100 101010

Color Harmonies of #C41174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41174

Black with #C41174

Text Example


Text Example

White with #C41174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41174; }

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

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

background-color css

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

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

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

border-color css

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

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

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