Html Css Color HEX #C42071 Medium Violet Red

📋 copy color: '#C42071'

red 196 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #C42071

Tints of Medium Violet Red #C42071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.38%

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

R = 57.48%
G = 9.38%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C42071 (or 0xC42071) is known color: Medium Violet Red. HEX triplet: C4, 20 and 71. RGB value is (196,32,113). Sum of RGB (Red+Green+Blue) = 196+32+113=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C42071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42071 is #3BDF8E. Grayscale: #5A5A5A. Windows color (decimal): -3923855 or 7413956. OLE color: 7413956.

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

Color convert

RGB 196 32 113 -
CMYK 0 0.84 0.42 0.23
HSL 330.37º 0.72% 0.45% -
HSV(B) 330.37º 0.84% 0.77% -
XYZ 26.26 13.96 16.93 -
YUV 90.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 196 32 113 0 0.84 0.42 0.23 330.37 0.72 0.45
Hex C4 20 71 0 54 2A 17 14A 48 2D
Octal 304 40 161 0 124 52 27 512 110 55
Binary 11000100 100000 1110001 0 1010100 101010 10111 101001010 1001000 101101

Color Harmonies of #C42071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42071

Black with #C42071

Text Example


Text Example

White with #C42071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42071; }

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

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

background-color css

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

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

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

border-color css

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

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

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