Html Css Color HEX #C43071 Medium Red Violet

📋 copy color: '#C43071'

red 196 ◦ green 48 ◦ blue 113

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

Shades of Medium Red Violet #C43071

Tints of Medium Red Violet #C43071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 54.9%
G = 13.45%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43071 (or 0xC43071) is known color: Medium Red Violet. HEX triplet: C4, 30 and 71. RGB value is (196,48,113). Sum of RGB (Red+Green+Blue) = 196+48+113=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C43071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43071 is #3BCF8E. Grayscale: #636363. Windows color (decimal): -3919759 or 7418052. OLE color: 7418052.

HSL color Cylindrical-coordinate representation of color #C43071: hue angle of 333.65º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43071 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 113 -
CMYK 0 0.76 0.42 0.23
HSL 333.65º 0.61% 0.48% -
HSV(B) 333.65º 0.76% 0.77% -
XYZ 26.8 15.04 17.11 -
YUV 99.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 196 48 113 0 0.76 0.42 0.23 333.65 0.61 0.48
Hex C4 30 71 0 4C 2A 17 14E 3D 30
Octal 304 60 161 0 114 52 27 516 75 60
Binary 11000100 110000 1110001 0 1001100 101010 10111 101001110 111101 110000

Color Harmonies of #C43071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43071

Black with #C43071

Text Example


Text Example

White with #C43071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43071; }

 p { color: rgb(196,48,113); }

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

background-color css

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

 a { background-color: rgb(196,48,113); }

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

border-color css

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

 span { border-color: rgb(196,48,113); }

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