Html Css Color HEX #C41A74 Medium Violet Red

📋 copy color: '#C41A74'

red 196 ◦ green 26 ◦ blue 116

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

Shades of Medium Violet Red #C41A74

Tints of Medium Violet Red #C41A74

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.69%

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

R = 57.99%
G = 7.69%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C41A74 (or 0xC41A74) is known color: Medium Violet Red. HEX triplet: C4, 1A and 74. RGB value is (196,26,116). Sum of RGB (Red+Green+Blue) = 196+26+116=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 26 (10.55% from 255 or 7.69% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A74 is #3BE58B. Grayscale: #565656. Windows color (decimal): -3925388 or 7609028. OLE color: 7609028.

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

Color convert

RGB 196 26 116 -
CMYK 0 0.87 0.41 0.23
HSL 328.24º 0.77% 0.44% -
HSV(B) 328.24º 0.87% 0.77% -
XYZ 26.29 13.74 17.79 -
YUV 87.09 144.32 205.68 -
System Red Green Blue C M Y K H S L
Decimal 196 26 116 0 0.87 0.41 0.23 328.24 0.77 0.44
Hex C4 1A 74 0 57 29 17 148 4D 2C
Octal 304 32 164 0 127 51 27 510 115 54
Binary 11000100 11010 1110100 0 1010111 101001 10111 101001000 1001101 101100

Color Harmonies of #C41A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A74

Black with #C41A74

Text Example


Text Example

White with #C41A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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