Html Css Color HEX #C40377 Medium Violet Red

📋 copy color: '#C40377'

red 196 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #C40377

Tints of Medium Violet Red #C40377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 61.64%
G = 0.94%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40377 (or 0xC40377) is known color: Medium Violet Red. HEX triplet: C4, 03 and 77. RGB value is (196,3,119). Sum of RGB (Red+Green+Blue) = 196+3+119=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C40377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40377 is #3BFC88. Grayscale: #494949. Windows color (decimal): -3931273 or 7799748. OLE color: 7799748.

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

Color convert

RGB 196 3 119 -
CMYK 0 0.98 0.39 0.23
HSL 323.94º 0.97% 0.39% -
HSV(B) 323.94º 0.98% 0.77% -
XYZ 26.13 13.13 18.61 -
YUV 73.93 153.44 215.07 -
System Red Green Blue C M Y K H S L
Decimal 196 3 119 0 0.98 0.39 0.23 323.94 0.97 0.39
Hex C4 3 77 0 62 27 17 144 61 27
Octal 304 3 167 0 142 47 27 504 141 47
Binary 11000100 11 1110111 0 1100010 100111 10111 101000100 1100001 100111

Color Harmonies of #C40377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40377

Black with #C40377

Text Example


Text Example

White with #C40377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40377; }

 p { color: rgb(196,3,119); }

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

background-color css

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

 a { background-color: rgb(196,3,119); }

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

border-color css

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

 span { border-color: rgb(196,3,119); }

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