Html Css Color HEX #C40386 Medium Violet Red

📋 copy color: '#C40386'

red 196 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #C40386

Tints of Medium Violet Red #C40386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 58.86%
G = 0.9%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40386 (or 0xC40386) is known color: Medium Violet Red. HEX triplet: C4, 03 and 86. RGB value is (196,3,134). Sum of RGB (Red+Green+Blue) = 196+3+134=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C40386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40386 is #3BFC79. Grayscale: #4B4B4B. Windows color (decimal): -3931258 or 8782788. OLE color: 8782788.

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

Color convert

RGB 196 3 134 -
CMYK 0 0.98 0.32 0.23
HSL 319.27º 0.97% 0.39% -
HSV(B) 319.27º 0.98% 0.77% -
XYZ 27.1 13.52 23.74 -
YUV 75.64 160.94 213.85 -
System Red Green Blue C M Y K H S L
Decimal 196 3 134 0 0.98 0.32 0.23 319.27 0.97 0.39
Hex C4 3 86 0 62 20 17 13F 61 27
Octal 304 3 206 0 142 40 27 477 141 47
Binary 11000100 11 10000110 0 1100010 100000 10111 100111111 1100001 100111

Color Harmonies of #C40386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40386

Black with #C40386

Text Example


Text Example

White with #C40386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40386; }

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

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

background-color css

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

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

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

border-color css

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

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

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