Html Css Color HEX #C41E86 Medium Violet Red

📋 copy color: '#C41E86'

red 196 ◦ green 30 ◦ blue 134

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

Shades of Medium Violet Red #C41E86

Tints of Medium Violet Red #C41E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 54.44%
G = 8.33%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C41E86 (or 0xC41E86) is known color: Medium Violet Red. HEX triplet: C4, 1E and 86. RGB value is (196,30,134). Sum of RGB (Red+Green+Blue) = 196+30+134=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41E86 is #3BE179. Grayscale: #5B5B5B. Windows color (decimal): -3924346 or 8789700. OLE color: 8789700.

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

Color convert

RGB 196 30 134 -
CMYK 0 0.85 0.32 0.23
HSL 322.41º 0.73% 0.44% -
HSV(B) 322.41º 0.85% 0.77% -
XYZ 27.53 14.39 23.88 -
YUV 91.49 152 202.54 -
System Red Green Blue C M Y K H S L
Decimal 196 30 134 0 0.85 0.32 0.23 322.41 0.73 0.44
Hex C4 1E 86 0 55 20 17 142 49 2C
Octal 304 36 206 0 125 40 27 502 111 54
Binary 11000100 11110 10000110 0 1010101 100000 10111 101000010 1001001 101100

Color Harmonies of #C41E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E86

Black with #C41E86

Text Example


Text Example

White with #C41E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E86; }

 p { color: rgb(196,30,134); }

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

background-color css

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

 a { background-color: rgb(196,30,134); }

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

border-color css

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

 span { border-color: rgb(196,30,134); }

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