Html Css Color HEX #C40594 Medium Violet Red

📋 copy color: '#C40594'

red 196 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C40594

Tints of Medium Violet Red #C40594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 56.16%
G = 1.43%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C40594 (or 0xC40594) is known color: Medium Violet Red. HEX triplet: C4, 05 and 94. RGB value is (196,5,148). Sum of RGB (Red+Green+Blue) = 196+5+148=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C40594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40594 is #3BFA6B. Grayscale: #4E4E4E. Windows color (decimal): -3930732 or 9700804. OLE color: 9700804.

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

Color convert

RGB 196 5 148 -
CMYK 0 0.97 0.24 0.23
HSL 315.08º 0.95% 0.39% -
HSV(B) 315.08º 0.97% 0.77% -
XYZ 28.16 13.98 29.23 -
YUV 78.41 167.28 211.87 -
System Red Green Blue C M Y K H S L
Decimal 196 5 148 0 0.97 0.24 0.23 315.08 0.95 0.39
Hex C4 5 94 0 61 18 17 13B 5F 27
Octal 304 5 224 0 141 30 27 473 137 47
Binary 11000100 101 10010100 0 1100001 11000 10111 100111011 1011111 100111

Color Harmonies of #C40594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40594

Black with #C40594

Text Example


Text Example

White with #C40594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40594; }

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

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

background-color css

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

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

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

border-color css

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

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

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