Html Css Color HEX #C40494 Medium Violet Red

📋 copy color: '#C40494'

red 196 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #C40494

Tints of Medium Violet Red #C40494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.15%

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

R = 56.32%
G = 1.15%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C40494 (or 0xC40494) is known color: Medium Violet Red. HEX triplet: C4, 04 and 94. RGB value is (196,4,148). Sum of RGB (Red+Green+Blue) = 196+4+148=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40494 is #3BFB6B. Grayscale: #4D4D4D. Windows color (decimal): -3930988 or 9700548. OLE color: 9700548.

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

Color convert

RGB 196 4 148 -
CMYK 0 0.98 0.24 0.23
HSL 315º 0.96% 0.39% -
HSV(B) 315º 0.98% 0.77% -
XYZ 28.15 13.96 29.23 -
YUV 77.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 196 4 148 0 0.98 0.24 0.23 315 0.96 0.39
Hex C4 4 94 0 62 18 17 13B 60 27
Octal 304 4 224 0 142 30 27 473 140 47
Binary 11000100 100 10010100 0 1100010 11000 10111 100111011 1100000 100111

Color Harmonies of #C40494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40494

Black with #C40494

Text Example


Text Example

White with #C40494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40494; }

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

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

background-color css

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

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

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

border-color css

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

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

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