Html Css Color HEX #C40577 Medium Violet Red

📋 copy color: '#C40577'

red 196 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C40577

Tints of Medium Violet Red #C40577

RGB

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

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

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

R = 61.25%
G = 1.56%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40577 (or 0xC40577) is known color: Medium Violet Red. HEX triplet: C4, 05 and 77. RGB value is (196,5,119). Sum of RGB (Red+Green+Blue) = 196+5+119=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C40577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40577 is #3BFA88. Grayscale: #4A4A4A. Windows color (decimal): -3930761 or 7800260. OLE color: 7800260.

HSL color Cylindrical-coordinate representation of color #C40577: hue angle of 324.19º 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 #C40577 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 119 -
CMYK 0 0.97 0.39 0.23
HSL 324.19º 0.95% 0.39% -
HSV(B) 324.19º 0.97% 0.77% -
XYZ 26.15 13.18 18.62 -
YUV 75.11 152.78 214.23 -
System Red Green Blue C M Y K H S L
Decimal 196 5 119 0 0.97 0.39 0.23 324.19 0.95 0.39
Hex C4 5 77 0 61 27 17 144 5F 27
Octal 304 5 167 0 141 47 27 504 137 47
Binary 11000100 101 1110111 0 1100001 100111 10111 101000100 1011111 100111

Color Harmonies of #C40577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40577

Black with #C40577

Text Example


Text Example

White with #C40577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40577; }

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

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

background-color css

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

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

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

border-color css

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

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

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