Html Css Color HEX #C40977 Medium Violet Red

📋 copy color: '#C40977'

red 196 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #C40977

Tints of Medium Violet Red #C40977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.78%

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

R = 60.49%
G = 2.78%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40977 (or 0xC40977) is known color: Medium Violet Red. HEX triplet: C4, 09 and 77. RGB value is (196,9,119). Sum of RGB (Red+Green+Blue) = 196+9+119=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C40977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40977 is #3BF688. Grayscale: #4D4D4D. Windows color (decimal): -3929737 or 7801284. OLE color: 7801284.

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

Color convert

RGB 196 9 119 -
CMYK 0 0.95 0.39 0.23
HSL 324.71º 0.91% 0.4% -
HSV(B) 324.71º 0.95% 0.77% -
XYZ 26.19 13.26 18.63 -
YUV 77.45 151.45 212.56 -
System Red Green Blue C M Y K H S L
Decimal 196 9 119 0 0.95 0.39 0.23 324.71 0.91 0.4
Hex C4 9 77 0 5F 27 17 145 5B 28
Octal 304 11 167 0 137 47 27 505 133 50
Binary 11000100 1001 1110111 0 1011111 100111 10111 101000101 1011011 101000

Color Harmonies of #C40977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40977

Black with #C40977

Text Example


Text Example

White with #C40977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40977; }

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

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

background-color css

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

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

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

border-color css

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

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

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