Html Css Color HEX #C40B86 Medium Violet Red

📋 copy color: '#C40B86'

red 196 ◦ green 11 ◦ blue 134

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

Shades of Medium Violet Red #C40B86

Tints of Medium Violet Red #C40B86

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.23%

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

R = 57.48%
G = 3.23%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40B86 (or 0xC40B86) is known color: Medium Violet Red. HEX triplet: C4, 0B and 86. RGB value is (196,11,134). Sum of RGB (Red+Green+Blue) = 196+11+134=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40B86 is #3BF479. Grayscale: #505050. Windows color (decimal): -3929210 or 8784836. OLE color: 8784836.

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

Color convert

RGB 196 11 134 -
CMYK 0 0.94 0.32 0.23
HSL 320.11º 0.89% 0.41% -
HSV(B) 320.11º 0.94% 0.77% -
XYZ 27.19 13.7 23.76 -
YUV 80.34 158.29 210.5 -
System Red Green Blue C M Y K H S L
Decimal 196 11 134 0 0.94 0.32 0.23 320.11 0.89 0.41
Hex C4 B 86 0 5E 20 17 140 59 29
Octal 304 13 206 0 136 40 27 500 131 51
Binary 11000100 1011 10000110 0 1011110 100000 10111 101000000 1011001 101001

Color Harmonies of #C40B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40B86

Black with #C40B86

Text Example


Text Example

White with #C40B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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