Html Css Color HEX #C41095 Medium Violet Red

📋 copy color: '#C41095'

red 196 ◦ green 16 ◦ blue 149

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

Shades of Medium Violet Red #C41095

Tints of Medium Violet Red #C41095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 54.29%
G = 4.43%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C41095 (or 0xC41095) is known color: Medium Violet Red. HEX triplet: C4, 10 and 95. RGB value is (196,16,149). Sum of RGB (Red+Green+Blue) = 196+16+149=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41095 is #3BEF6A. Grayscale: #545454. Windows color (decimal): -3927915 or 9769156. OLE color: 9769156.

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

Color convert

RGB 196 16 149 -
CMYK 0 0.92 0.24 0.23
HSL 315.67º 0.85% 0.42% -
HSV(B) 315.67º 0.92% 0.77% -
XYZ 28.38 14.28 29.69 -
YUV 84.98 164.13 207.19 -
System Red Green Blue C M Y K H S L
Decimal 196 16 149 0 0.92 0.24 0.23 315.67 0.85 0.42
Hex C4 10 95 0 5C 18 17 13C 55 2A
Octal 304 20 225 0 134 30 27 474 125 52
Binary 11000100 10000 10010101 0 1011100 11000 10111 100111100 1010101 101010

Color Harmonies of #C41095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41095

Black with #C41095

Text Example


Text Example

White with #C41095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41095; }

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

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

background-color css

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

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

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

border-color css

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

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

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