Html Css Color HEX #C40074 Medium Violet Red

📋 copy color: '#C40074'

red 196 ◦ green 0 ◦ blue 116

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

Shades of Medium Violet Red #C40074

Tints of Medium Violet Red #C40074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 62.82%
G = 0%
B = 37.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C40074 (or 0xC40074) is known color: Medium Violet Red. HEX triplet: C4, 00 and 74. RGB value is (196,0,116). Sum of RGB (Red+Green+Blue) = 196+0+116=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C40074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40074 is #3BFF8B. Grayscale: #474747. Windows color (decimal): -3932044 or 7602372. OLE color: 7602372.

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

Color convert

RGB 196 0 116 -
CMYK 0 1 0.41 0.23
HSL 324.49º 1% 0.38% -
HSV(B) 324.49º 1% 0.77% -
XYZ 25.92 13 17.67 -
YUV 71.83 152.93 216.57 -
System Red Green Blue C M Y K H S L
Decimal 196 0 116 0 1 0.41 0.23 324.49 1 0.38
Hex C4 0 74 0 64 29 17 144 64 26
Octal 304 0 164 0 144 51 27 504 144 46
Binary 11000100 0 1110100 0 1100100 101001 10111 101000100 1100100 100110

Color Harmonies of #C40074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40074

Black with #C40074

Text Example


Text Example

White with #C40074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40074; }

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

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

background-color css

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

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

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

border-color css

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

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

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