Html Css Color HEX #C41194 Medium Violet Red

📋 copy color: '#C41194'

red 196 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #C41194

Tints of Medium Violet Red #C41194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.71%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 54.29%
G = 4.71%
B = 41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C41194 (or 0xC41194) is known color: Medium Violet Red. HEX triplet: C4, 11 and 94. RGB value is (196,17,148). Sum of RGB (Red+Green+Blue) = 196+17+148=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C41194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41194 is #3BEE6B. Grayscale: #555555. Windows color (decimal): -3927660 or 9703876. OLE color: 9703876.

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

Color convert

RGB 196 17 148 -
CMYK 0 0.91 0.24 0.23
HSL 316.09º 0.84% 0.42% -
HSV(B) 316.09º 0.91% 0.77% -
XYZ 28.31 14.27 29.28 -
YUV 85.46 163.3 206.85 -
System Red Green Blue C M Y K H S L
Decimal 196 17 148 0 0.91 0.24 0.23 316.09 0.84 0.42
Hex C4 11 94 0 5B 18 17 13C 54 2A
Octal 304 21 224 0 133 30 27 474 124 52
Binary 11000100 10001 10010100 0 1011011 11000 10111 100111100 1010100 101010

Color Harmonies of #C41194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41194

Black with #C41194

Text Example


Text Example

White with #C41194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41194; }

 p { color: rgb(196,17,148); }

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

background-color css

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

 a { background-color: rgb(196,17,148); }

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

border-color css

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

 span { border-color: rgb(196,17,148); }

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