Html Css Color HEX #C40686 Medium Violet Red

📋 copy color: '#C40686'

red 196 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #C40686

Tints of Medium Violet Red #C40686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.79%

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

R = 58.33%
G = 1.79%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40686 (or 0xC40686) is known color: Medium Violet Red. HEX triplet: C4, 06 and 86. RGB value is (196,6,134). Sum of RGB (Red+Green+Blue) = 196+6+134=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 6 (2.73% from 255 or 1.79% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C40686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40686 is #3BF979. Grayscale: #4D4D4D. Windows color (decimal): -3930490 or 8783556. OLE color: 8783556.

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

Color convert

RGB 196 6 134 -
CMYK 0 0.97 0.32 0.23
HSL 319.58º 0.94% 0.4% -
HSV(B) 319.58º 0.97% 0.77% -
XYZ 27.13 13.59 23.75 -
YUV 77.4 159.95 212.59 -
System Red Green Blue C M Y K H S L
Decimal 196 6 134 0 0.97 0.32 0.23 319.58 0.94 0.4
Hex C4 6 86 0 61 20 17 140 5E 28
Octal 304 6 206 0 141 40 27 500 136 50
Binary 11000100 110 10000110 0 1100001 100000 10111 101000000 1011110 101000

Color Harmonies of #C40686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40686

Black with #C40686

Text Example


Text Example

White with #C40686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40686; }

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

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

background-color css

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

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

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

border-color css

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

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

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