Html Css Color HEX #C43D86 Medium Red Violet

📋 copy color: '#C43D86'

red 196 ◦ green 61 ◦ blue 134

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

Shades of Medium Red Violet #C43D86

Tints of Medium Red Violet #C43D86

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.6%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 50.13%
G = 15.6%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C43D86 (or 0xC43D86) is known color: Medium Red Violet. HEX triplet: C4, 3D and 86. RGB value is (196,61,134). Sum of RGB (Red+Green+Blue) = 196+61+134=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43D86 is #3BC279. Grayscale: #6D6D6D. Windows color (decimal): -3916410 or 8797636. OLE color: 8797636.

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

Color convert

RGB 196 61 134 -
CMYK 0 0.69 0.32 0.23
HSL 327.56º 0.53% 0.5% -
HSV(B) 327.56º 0.69% 0.77% -
XYZ 28.74 16.79 24.28 -
YUV 109.69 141.73 189.56 -
System Red Green Blue C M Y K H S L
Decimal 196 61 134 0 0.69 0.32 0.23 327.56 0.53 0.5
Hex C4 3D 86 0 45 20 17 148 35 32
Octal 304 75 206 0 105 40 27 510 65 62
Binary 11000100 111101 10000110 0 1000101 100000 10111 101001000 110101 110010

Color Harmonies of #C43D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43D86

Black with #C43D86

Text Example


Text Example

White with #C43D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43D86; }

 p { color: rgb(196,61,134); }

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

background-color css

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

 a { background-color: rgb(196,61,134); }

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

border-color css

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

 span { border-color: rgb(196,61,134); }

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