Html Css Color HEX #C41F6A Medium Violet Red

📋 copy color: '#C41F6A'

red 196 ◦ green 31 ◦ blue 106

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

Shades of Medium Violet Red #C41F6A

Tints of Medium Violet Red #C41F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.83%

R = 58.86%
G = 9.31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C41F6A (or 0xC41F6A) is known color: Medium Violet Red. HEX triplet: C4, 1F and 6A. RGB value is (196,31,106). Sum of RGB (Red+Green+Blue) = 196+31+106=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 31 (12.5% from 255 or 9.31% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41F6A is #3BE095. Grayscale: #585858. Windows color (decimal): -3924118 or 6954948. OLE color: 6954948.

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

Color convert

RGB 196 31 106 -
CMYK 0 0.84 0.46 0.23
HSL 332.73º 0.73% 0.45% -
HSV(B) 332.73º 0.84% 0.77% -
XYZ 25.86 13.76 14.93 -
YUV 88.89 137.66 204.4 -
System Red Green Blue C M Y K H S L
Decimal 196 31 106 0 0.84 0.46 0.23 332.73 0.73 0.45
Hex C4 1F 6A 0 54 2E 17 14D 49 2D
Octal 304 37 152 0 124 56 27 515 111 55
Binary 11000100 11111 1101010 0 1010100 101110 10111 101001101 1001001 101101

Color Harmonies of #C41F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F6A

Black with #C41F6A

Text Example


Text Example

White with #C41F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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