Html Css Color HEX #C43995 Medium Red Violet

📋 copy color: '#C43995'

red 196 ◦ green 57 ◦ blue 149

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

Shades of Medium Red Violet #C43995

Tints of Medium Red Violet #C43995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.06%

R = 48.76%
G = 14.18%
B = 37.06%

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

#C43995 (or 0xC43995) is known color: Medium Red Violet. HEX triplet: C4, 39 and 95. RGB value is (196,57,149). Sum of RGB (Red+Green+Blue) = 196+57+149=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C43995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43995 is #3BC66A. Grayscale: #6C6C6C. Windows color (decimal): -3917419 or 9779652. OLE color: 9779652.

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

Color convert

RGB 196 57 149 -
CMYK 0 0.71 0.24 0.23
HSL 320.29º 0.55% 0.5% -
HSV(B) 320.29º 0.71% 0.77% -
XYZ 29.65 16.83 30.12 -
YUV 109.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 196 57 149 0 0.71 0.24 0.23 320.29 0.55 0.5
Hex C4 39 95 0 47 18 17 140 37 32
Octal 304 71 225 0 107 30 27 500 67 62
Binary 11000100 111001 10010101 0 1000111 11000 10111 101000000 110111 110010

Color Harmonies of #C43995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43995

Black with #C43995

Text Example


Text Example

White with #C43995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43995; }

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

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

background-color css

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

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

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

border-color css

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

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

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