Html Css Color HEX #C41FA1 Medium Violet Red

📋 copy color: '#C41FA1'

red 196 ◦ green 31 ◦ blue 161

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

Shades of Medium Violet Red #C41FA1

Tints of Medium Violet Red #C41FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.49%

R = 50.52%
G = 7.99%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C41FA1 (or 0xC41FA1) is known color: Medium Violet Red. HEX triplet: C4, 1F and A1. RGB value is (196,31,161). Sum of RGB (Red+Green+Blue) = 196+31+161=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA1 is #3BE05E. Grayscale: #5E5E5E. Windows color (decimal): -3924063 or 10559428. OLE color: 10559428.

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

Color convert

RGB 196 31 161 -
CMYK 0 0.84 0.18 0.23
HSL 312.73º 0.73% 0.45% -
HSV(B) 312.73º 0.84% 0.77% -
XYZ 29.69 15.29 35.1 -
YUV 95.16 165.16 199.93 -
System Red Green Blue C M Y K H S L
Decimal 196 31 161 0 0.84 0.18 0.23 312.73 0.73 0.45
Hex C4 1F A1 0 54 12 17 139 49 2D
Octal 304 37 241 0 124 22 27 471 111 55
Binary 11000100 11111 10100001 0 1010100 10010 10111 100111001 1001001 101101

Color Harmonies of #C41FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FA1

Black with #C41FA1

Text Example


Text Example

White with #C41FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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