Html Css Color HEX #C41774 Medium Violet Red

📋 copy color: '#C41774'

red 196 ◦ green 23 ◦ blue 116

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

Shades of Medium Violet Red #C41774

Tints of Medium Violet Red #C41774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.87%

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

R = 58.51%
G = 6.87%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41774 (or 0xC41774) is known color: Medium Violet Red. HEX triplet: C4, 17 and 74. RGB value is (196,23,116). Sum of RGB (Red+Green+Blue) = 196+23+116=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C41774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41774 is #3BE88B. Grayscale: #555555. Windows color (decimal): -3926156 or 7608260. OLE color: 7608260.

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

Color convert

RGB 196 23 116 -
CMYK 0 0.88 0.41 0.23
HSL 327.75º 0.79% 0.43% -
HSV(B) 327.75º 0.88% 0.77% -
XYZ 26.22 13.61 17.77 -
YUV 85.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 196 23 116 0 0.88 0.41 0.23 327.75 0.79 0.43
Hex C4 17 74 0 58 29 17 148 4F 2B
Octal 304 27 164 0 130 51 27 510 117 53
Binary 11000100 10111 1110100 0 1011000 101001 10111 101001000 1001111 101011

Color Harmonies of #C41774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41774

Black with #C41774

Text Example


Text Example

White with #C41774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41774; }

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

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

background-color css

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

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

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

border-color css

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

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

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