Html Css Color HEX #C41192 Medium Violet Red

📋 copy color: '#C41192'

red 196 ◦ green 17 ◦ blue 146

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

Shades of Medium Violet Red #C41192

Tints of Medium Violet Red #C41192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 54.6%
G = 4.74%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C41192 (or 0xC41192) is known color: Medium Violet Red. HEX triplet: C4, 11 and 92. RGB value is (196,17,146). Sum of RGB (Red+Green+Blue) = 196+17+146=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C41192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41192 is #3BEE6D. Grayscale: #545454. Windows color (decimal): -3927662 or 9572804. OLE color: 9572804.

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

Color convert

RGB 196 17 146 -
CMYK 0 0.91 0.26 0.23
HSL 316.76º 0.84% 0.42% -
HSV(B) 316.76º 0.91% 0.77% -
XYZ 28.15 14.21 28.45 -
YUV 85.23 162.3 207.01 -
System Red Green Blue C M Y K H S L
Decimal 196 17 146 0 0.91 0.26 0.23 316.76 0.84 0.42
Hex C4 11 92 0 5B 1A 17 13D 54 2A
Octal 304 21 222 0 133 32 27 475 124 52
Binary 11000100 10001 10010010 0 1011011 11010 10111 100111101 1010100 101010

Color Harmonies of #C41192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41192

Black with #C41192

Text Example


Text Example

White with #C41192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41192; }

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

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

background-color css

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

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

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

border-color css

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

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

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