Html Css Color HEX #C41071 Medium Violet Red

📋 copy color: '#C41071'

red 196 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #C41071

Tints of Medium Violet Red #C41071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.92%

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

R = 60.31%
G = 4.92%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C41071 (or 0xC41071) is known color: Medium Violet Red. HEX triplet: C4, 10 and 71. RGB value is (196,16,113). Sum of RGB (Red+Green+Blue) = 196+16+113=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C41071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41071 is #3BEF8E. Grayscale: #505050. Windows color (decimal): -3927951 or 7409860. OLE color: 7409860.

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

Color convert

RGB 196 16 113 -
CMYK 0 0.92 0.42 0.23
HSL 327.67º 0.85% 0.42% -
HSV(B) 327.67º 0.92% 0.77% -
XYZ 25.93 13.3 16.82 -
YUV 80.88 146.13 210.11 -
System Red Green Blue C M Y K H S L
Decimal 196 16 113 0 0.92 0.42 0.23 327.67 0.85 0.42
Hex C4 10 71 0 5C 2A 17 148 55 2A
Octal 304 20 161 0 134 52 27 510 125 52
Binary 11000100 10000 1110001 0 1011100 101010 10111 101001000 1010101 101010

Color Harmonies of #C41071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41071

Black with #C41071

Text Example


Text Example

White with #C41071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41071; }

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

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

background-color css

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

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

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

border-color css

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

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

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