Html Css Color HEX #C40079 Medium Violet Red

📋 copy color: '#C40079'

red 196 ◦ green 0 ◦ blue 121

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

Shades of Medium Violet Red #C40079

Tints of Medium Violet Red #C40079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 61.83%
G = 0%
B = 38.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C40079 (or 0xC40079) is known color: Medium Violet Red. HEX triplet: C4, 00 and 79. RGB value is (196,0,121). Sum of RGB (Red+Green+Blue) = 196+0+121=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C40079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40079 is #3BFF86. Grayscale: #484848. Windows color (decimal): -3932039 or 7930052. OLE color: 7930052.

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

Color convert

RGB 196 0 121 -
CMYK 0 1 0.38 0.23
HSL 322.96º 1% 0.38% -
HSV(B) 322.96º 1% 0.77% -
XYZ 26.22 13.12 19.24 -
YUV 72.4 155.43 216.16 -
System Red Green Blue C M Y K H S L
Decimal 196 0 121 0 1 0.38 0.23 322.96 1 0.38
Hex C4 0 79 0 64 26 17 143 64 26
Octal 304 0 171 0 144 46 27 503 144 46
Binary 11000100 0 1111001 0 1100100 100110 10111 101000011 1100100 100110

Color Harmonies of #C40079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40079

Black with #C40079

Text Example


Text Example

White with #C40079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40079; }

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

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

background-color css

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

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

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

border-color css

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

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

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