Html Css Color HEX #C41B81 Medium Violet Red

📋 copy color: '#C41B81'

red 196 ◦ green 27 ◦ blue 129

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

Shades of Medium Violet Red #C41B81

Tints of Medium Violet Red #C41B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.65%

R = 55.68%
G = 7.67%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C41B81 (or 0xC41B81) is known color: Medium Violet Red. HEX triplet: C4, 1B and 81. RGB value is (196,27,129). Sum of RGB (Red+Green+Blue) = 196+27+129=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41B81 is #3BE47E. Grayscale: #585858. Windows color (decimal): -3925119 or 8461252. OLE color: 8461252.

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

Color convert

RGB 196 27 129 -
CMYK 0 0.86 0.34 0.23
HSL 323.79º 0.76% 0.44% -
HSV(B) 323.79º 0.86% 0.77% -
XYZ 27.12 14.1 22.06 -
YUV 89.16 150.49 204.21 -
System Red Green Blue C M Y K H S L
Decimal 196 27 129 0 0.86 0.34 0.23 323.79 0.76 0.44
Hex C4 1B 81 0 56 22 17 144 4C 2C
Octal 304 33 201 0 126 42 27 504 114 54
Binary 11000100 11011 10000001 0 1010110 100010 10111 101000100 1001100 101100

Color Harmonies of #C41B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B81

Black with #C41B81

Text Example


Text Example

White with #C41B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B81; }

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

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

background-color css

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

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

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

border-color css

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

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

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