Html Css Color HEX #C41B80 Medium Violet Red

📋 copy color: '#C41B80'

red 196 ◦ green 27 ◦ blue 128

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

Shades of Medium Violet Red #C41B80

Tints of Medium Violet Red #C41B80

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.69%

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

R = 55.84%
G = 7.69%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C41B80 (or 0xC41B80) is known color: Medium Violet Red. HEX triplet: C4, 1B and 80. RGB value is (196,27,128). Sum of RGB (Red+Green+Blue) = 196+27+128=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B80 is #3BE47F. Grayscale: #585858. Windows color (decimal): -3925120 or 8395716. OLE color: 8395716.

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

Color convert

RGB 196 27 128 -
CMYK 0 0.86 0.35 0.23
HSL 324.14º 0.76% 0.44% -
HSV(B) 324.14º 0.86% 0.77% -
XYZ 27.05 14.08 21.71 -
YUV 89.05 149.99 204.29 -
System Red Green Blue C M Y K H S L
Decimal 196 27 128 0 0.86 0.35 0.23 324.14 0.76 0.44
Hex C4 1B 80 0 56 23 17 144 4C 2C
Octal 304 33 200 0 126 43 27 504 114 54
Binary 11000100 11011 10000000 0 1010110 100011 10111 101000100 1001100 101100

Color Harmonies of #C41B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B80

Black with #C41B80

Text Example


Text Example

White with #C41B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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