Html Css Color HEX #C41A80 Medium Violet Red

📋 copy color: '#C41A80'

red 196 ◦ green 26 ◦ blue 128

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

Shades of Medium Violet Red #C41A80

Tints of Medium Violet Red #C41A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.57%

R = 56%
G = 7.43%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C41A80 (or 0xC41A80) is known color: Medium Violet Red. HEX triplet: C4, 1A and 80. RGB value is (196,26,128). Sum of RGB (Red+Green+Blue) = 196+26+128=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A80 is #3BE57F. Grayscale: #585858. Windows color (decimal): -3925376 or 8395460. OLE color: 8395460.

HSL color Cylindrical-coordinate representation of color #C41A80: hue angle of 324º 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 #C41A80 is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 128 -
CMYK 0 0.87 0.35 0.23
HSL 324º 0.77% 0.44% -
HSV(B) 324º 0.87% 0.77% -
XYZ 27.03 14.03 21.71 -
YUV 88.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 196 26 128 0 0.87 0.35 0.23 324 0.77 0.44
Hex C4 1A 80 0 57 23 17 144 4D 2C
Octal 304 32 200 0 127 43 27 504 115 54
Binary 11000100 11010 10000000 0 1010111 100011 10111 101000100 1001101 101100

Color Harmonies of #C41A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A80

Black with #C41A80

Text Example


Text Example

White with #C41A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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