Html Css Color HEX #C41076 Medium Violet Red

📋 copy color: '#C41076'

red 196 ◦ green 16 ◦ blue 118

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

Shades of Medium Violet Red #C41076

Tints of Medium Violet Red #C41076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 59.39%
G = 4.85%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C41076 (or 0xC41076) is known color: Medium Violet Red. HEX triplet: C4, 10 and 76. RGB value is (196,16,118). Sum of RGB (Red+Green+Blue) = 196+16+118=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41076 is #3BEF89. Grayscale: #515151. Windows color (decimal): -3927946 or 7737540. OLE color: 7737540.

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

Color convert

RGB 196 16 118 -
CMYK 0 0.92 0.40 0.23
HSL 326º 0.85% 0.42% -
HSV(B) 326º 0.92% 0.77% -
XYZ 26.22 13.41 18.35 -
YUV 81.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 196 16 118 0 0.92 0.40 0.23 326 0.85 0.42
Hex C4 10 76 0 5C 28 17 146 55 2A
Octal 304 20 166 0 134 50 27 506 125 52
Binary 11000100 10000 1110110 0 1011100 101000 10111 101000110 1010101 101010

Color Harmonies of #C41076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41076

Black with #C41076

Text Example


Text Example

White with #C41076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41076; }

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

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

background-color css

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

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

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

border-color css

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

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

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