Html Css Color HEX #C41FAC Medium Violet Red

📋 copy color: '#C41FAC'

red 196 ◦ green 31 ◦ blue 172

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

Shades of Medium Violet Red #C41FAC

Tints of Medium Violet Red #C41FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 49.12%
G = 7.77%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C41FAC (or 0xC41FAC) is known color: Medium Violet Red. HEX triplet: C4, 1F and AC. RGB value is (196,31,172). Sum of RGB (Red+Green+Blue) = 196+31+172=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAC is #3BE053. Grayscale: #606060. Windows color (decimal): -3924052 or 11280324. OLE color: 11280324.

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

Color convert

RGB 196 31 172 -
CMYK 0 0.84 0.12 0.23
HSL 308.73º 0.73% 0.45% -
HSV(B) 308.73º 0.84% 0.77% -
XYZ 30.7 15.69 40.44 -
YUV 96.41 170.66 199.04 -
System Red Green Blue C M Y K H S L
Decimal 196 31 172 0 0.84 0.12 0.23 308.73 0.73 0.45
Hex C4 1F AC 0 54 C 17 135 49 2D
Octal 304 37 254 0 124 14 27 465 111 55
Binary 11000100 11111 10101100 0 1010100 1100 10111 100110101 1001001 101101

Color Harmonies of #C41FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FAC

Black with #C41FAC

Text Example


Text Example

White with #C41FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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