Html Css Color HEX #C40586 Medium Violet Red

📋 copy color: '#C40586'

red 196 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #C40586

Tints of Medium Violet Red #C40586

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 58.51%
G = 1.49%
B = 40%

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

#C40586 (or 0xC40586) is known color: Medium Violet Red. HEX triplet: C4, 05 and 86. RGB value is (196,5,134). Sum of RGB (Red+Green+Blue) = 196+5+134=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C40586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40586 is #3BFA79. Grayscale: #4C4C4C. Windows color (decimal): -3930746 or 8783300. OLE color: 8783300.

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

Color convert

RGB 196 5 134 -
CMYK 0 0.97 0.32 0.23
HSL 319.48º 0.95% 0.39% -
HSV(B) 319.48º 0.97% 0.77% -
XYZ 27.12 13.57 23.74 -
YUV 76.82 160.28 213.01 -
System Red Green Blue C M Y K H S L
Decimal 196 5 134 0 0.97 0.32 0.23 319.48 0.95 0.39
Hex C4 5 86 0 61 20 17 13F 5F 27
Octal 304 5 206 0 141 40 27 477 137 47
Binary 11000100 101 10000110 0 1100001 100000 10111 100111111 1011111 100111

Color Harmonies of #C40586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40586

Black with #C40586

Text Example


Text Example

White with #C40586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40586; }

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

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

background-color css

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

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

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

border-color css

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

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

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