Html Css Color HEX #C41380 Medium Violet Red

📋 copy color: '#C41380'

red 196 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #C41380

Tints of Medium Violet Red #C41380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

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

R = 57.14%
G = 5.54%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C41380 (or 0xC41380) is known color: Medium Violet Red. HEX triplet: C4, 13 and 80. RGB value is (196,19,128). Sum of RGB (Red+Green+Blue) = 196+19+128=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C41380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41380 is #3BEC7F. Grayscale: #545454. Windows color (decimal): -3927168 or 8393668. OLE color: 8393668.

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

Color convert

RGB 196 19 128 -
CMYK 0 0.90 0.35 0.23
HSL 323.05º 0.82% 0.42% -
HSV(B) 323.05º 0.9% 0.77% -
XYZ 26.89 13.76 21.66 -
YUV 84.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 196 19 128 0 0.90 0.35 0.23 323.05 0.82 0.42
Hex C4 13 80 0 5A 23 17 143 52 2A
Octal 304 23 200 0 132 43 27 503 122 52
Binary 11000100 10011 10000000 0 1011010 100011 10111 101000011 1010010 101010

Color Harmonies of #C41380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41380

Black with #C41380

Text Example


Text Example

White with #C41380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41380; }

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

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

background-color css

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

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

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

border-color css

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

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

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