Html Css Color HEX #C40186 Medium Violet Red

📋 copy color: '#C40186'

red 196 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #C40186

Tints of Medium Violet Red #C40186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.21%
G = 0.3%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40186 (or 0xC40186) is known color: Medium Violet Red. HEX triplet: C4, 01 and 86. RGB value is (196,1,134). Sum of RGB (Red+Green+Blue) = 196+1+134=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40186 is #3BFE79. Grayscale: #4A4A4A. Windows color (decimal): -3931770 or 8782276. OLE color: 8782276.

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

Color convert

RGB 196 1 134 -
CMYK 0 0.99 0.32 0.23
HSL 319.08º 0.99% 0.39% -
HSV(B) 319.08º 0.99% 0.77% -
XYZ 27.08 13.48 23.73 -
YUV 74.47 161.6 214.69 -
System Red Green Blue C M Y K H S L
Decimal 196 1 134 0 0.99 0.32 0.23 319.08 0.99 0.39
Hex C4 1 86 0 63 20 17 13F 63 27
Octal 304 1 206 0 143 40 27 477 143 47
Binary 11000100 1 10000110 0 1100011 100000 10111 100111111 1100011 100111

Color Harmonies of #C40186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40186

Black with #C40186

Text Example


Text Example

White with #C40186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40186; }

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

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

background-color css

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

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

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

border-color css

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

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

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