Html Css Color HEX #C41FA4 Medium Violet Red

📋 copy color: '#C41FA4'

red 196 ◦ green 31 ◦ blue 164

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

Shades of Medium Violet Red #C41FA4

Tints of Medium Violet Red #C41FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 50.13%
G = 7.93%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C41FA4 (or 0xC41FA4) is known color: Medium Violet Red. HEX triplet: C4, 1F and A4. RGB value is (196,31,164). Sum of RGB (Red+Green+Blue) = 196+31+164=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA4 is #3BE05B. Grayscale: #5F5F5F. Windows color (decimal): -3924060 or 10756036. OLE color: 10756036.

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

Color convert

RGB 196 31 164 -
CMYK 0 0.84 0.16 0.23
HSL 311.64º 0.73% 0.45% -
HSV(B) 311.64º 0.84% 0.77% -
XYZ 29.96 15.4 36.51 -
YUV 95.5 166.66 199.69 -
System Red Green Blue C M Y K H S L
Decimal 196 31 164 0 0.84 0.16 0.23 311.64 0.73 0.45
Hex C4 1F A4 0 54 10 17 138 49 2D
Octal 304 37 244 0 124 20 27 470 111 55
Binary 11000100 11111 10100100 0 1010100 10000 10111 100111000 1001001 101101

Color Harmonies of #C41FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FA4

Black with #C41FA4

Text Example


Text Example

White with #C41FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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