Html Css Color HEX #C43994 Medium Red Violet

📋 copy color: '#C43994'

red 196 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #C43994

Tints of Medium Red Violet #C43994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.21%

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

R = 48.88%
G = 14.21%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C43994 (or 0xC43994) is known color: Medium Red Violet. HEX triplet: C4, 39 and 94. RGB value is (196,57,148). Sum of RGB (Red+Green+Blue) = 196+57+148=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C43994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43994 is #3BC66B. Grayscale: #6C6C6C. Windows color (decimal): -3917420 or 9714116. OLE color: 9714116.

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

Color convert

RGB 196 57 148 -
CMYK 0 0.71 0.24 0.23
HSL 320.72º 0.55% 0.5% -
HSV(B) 320.72º 0.71% 0.77% -
XYZ 29.57 16.8 29.7 -
YUV 108.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 196 57 148 0 0.71 0.24 0.23 320.72 0.55 0.5
Hex C4 39 94 0 47 18 17 141 37 32
Octal 304 71 224 0 107 30 27 501 67 62
Binary 11000100 111001 10010100 0 1000111 11000 10111 101000001 110111 110010

Color Harmonies of #C43994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43994

Black with #C43994

Text Example


Text Example

White with #C43994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43994; }

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

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

background-color css

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

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

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

border-color css

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

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

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