Html Css Color HEX #C41F9E Medium Violet Red

📋 copy color: '#C41F9E'

red 196 ◦ green 31 ◦ blue 158

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

Shades of Medium Violet Red #C41F9E

Tints of Medium Violet Red #C41F9E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.05%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 50.91%
G = 8.05%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C41F9E (or 0xC41F9E) is known color: Medium Violet Red. HEX triplet: C4, 1F and 9E. RGB value is (196,31,158). Sum of RGB (Red+Green+Blue) = 196+31+158=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41F9E is #3BE061. Grayscale: #5E5E5E. Windows color (decimal): -3924066 or 10362820. OLE color: 10362820.

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

Color convert

RGB 196 31 158 -
CMYK 0 0.84 0.19 0.23
HSL 313.82º 0.73% 0.45% -
HSV(B) 313.82º 0.84% 0.77% -
XYZ 29.43 15.18 33.73 -
YUV 94.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 196 31 158 0 0.84 0.19 0.23 313.82 0.73 0.45
Hex C4 1F 9E 0 54 13 17 13A 49 2D
Octal 304 37 236 0 124 23 27 472 111 55
Binary 11000100 11111 10011110 0 1010100 10011 10111 100111010 1001001 101101

Color Harmonies of #C41F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F9E

Black with #C41F9E

Text Example


Text Example

White with #C41F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F9E; }

 p { color: rgb(196,31,158); }

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

background-color css

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

 a { background-color: rgb(196,31,158); }

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

border-color css

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

 span { border-color: rgb(196,31,158); }

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