Html Css Color HEX #C40086 Medium Violet Red

📋 copy color: '#C40086'

red 196 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #C40086

Tints of Medium Violet Red #C40086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.39%
G = 0%
B = 40.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40086 (or 0xC40086) is known color: Medium Violet Red. HEX triplet: C4, 00 and 86. RGB value is (196,0,134). Sum of RGB (Red+Green+Blue) = 196+0+134=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40086 is #3BFF79. Grayscale: #494949. Windows color (decimal): -3932026 or 8782020. OLE color: 8782020.

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

Color convert

RGB 196 0 134 -
CMYK 0 1 0.32 0.23
HSL 318.98º 1% 0.38% -
HSV(B) 318.98º 1% 0.77% -
XYZ 27.07 13.46 23.73 -
YUV 73.88 161.93 215.1 -
System Red Green Blue C M Y K H S L
Decimal 196 0 134 0 1 0.32 0.23 318.98 1 0.38
Hex C4 0 86 0 64 20 17 13F 64 26
Octal 304 0 206 0 144 40 27 477 144 46
Binary 11000100 0 10000110 0 1100100 100000 10111 100111111 1100100 100110

Color Harmonies of #C40086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40086

Black with #C40086

Text Example


Text Example

White with #C40086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40086; }

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

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

background-color css

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

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

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

border-color css

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

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

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