Html Css Color HEX #C41096 Medium Violet Red

📋 copy color: '#C41096'

red 196 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #C41096

Tints of Medium Violet Red #C41096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.44%

R = 54.14%
G = 4.42%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C41096 (or 0xC41096) is known color: Medium Violet Red. HEX triplet: C4, 10 and 96. RGB value is (196,16,150). Sum of RGB (Red+Green+Blue) = 196+16+150=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C41096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41096 is #3BEF69. Grayscale: #545454. Windows color (decimal): -3927914 or 9834692. OLE color: 9834692.

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

Color convert

RGB 196 16 150 -
CMYK 0 0.92 0.23 0.23
HSL 315.33º 0.85% 0.42% -
HSV(B) 315.33º 0.92% 0.77% -
XYZ 28.46 14.31 30.12 -
YUV 85.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 196 16 150 0 0.92 0.23 0.23 315.33 0.85 0.42
Hex C4 10 96 0 5C 17 17 13B 55 2A
Octal 304 20 226 0 134 27 27 473 125 52
Binary 11000100 10000 10010110 0 1011100 10111 10111 100111011 1010101 101010

Color Harmonies of #C41096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41096

Black with #C41096

Text Example


Text Example

White with #C41096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41096; }

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

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

background-color css

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

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

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

border-color css

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

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

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