Html Css Color HEX #C41476 Medium Violet Red

📋 copy color: '#C41476'

red 196 ◦ green 20 ◦ blue 118

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

Shades of Medium Violet Red #C41476

Tints of Medium Violet Red #C41476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

 BLUE value IS 118 (46.48% from 255) = 35.33%

R = 58.68%
G = 5.99%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C41476 (or 0xC41476) is known color: Medium Violet Red. HEX triplet: C4, 14 and 76. RGB value is (196,20,118). Sum of RGB (Red+Green+Blue) = 196+20+118=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C41476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41476 is #3BEB89. Grayscale: #535353. Windows color (decimal): -3926922 or 7738564. OLE color: 7738564.

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

Color convert

RGB 196 20 118 -
CMYK 0 0.90 0.40 0.23
HSL 326.59º 0.81% 0.42% -
HSV(B) 326.59º 0.9% 0.77% -
XYZ 26.29 13.54 18.37 -
YUV 83.8 147.31 208.03 -
System Red Green Blue C M Y K H S L
Decimal 196 20 118 0 0.90 0.40 0.23 326.59 0.81 0.42
Hex C4 14 76 0 5A 28 17 147 51 2A
Octal 304 24 166 0 132 50 27 507 121 52
Binary 11000100 10100 1110110 0 1011010 101000 10111 101000111 1010001 101010

Color Harmonies of #C41476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41476

Black with #C41476

Text Example


Text Example

White with #C41476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41476; }

 p { color: rgb(196,20,118); }

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

background-color css

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

 a { background-color: rgb(196,20,118); }

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

border-color css

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

 span { border-color: rgb(196,20,118); }

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