Html Css Color HEX #C41FA7 Medium Violet Red

📋 copy color: '#C41FA7'

red 196 ◦ green 31 ◦ blue 167

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

Shades of Medium Violet Red #C41FA7

Tints of Medium Violet Red #C41FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.39%

R = 49.75%
G = 7.87%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C41FA7 (or 0xC41FA7) is known color: Medium Violet Red. HEX triplet: C4, 1F and A7. RGB value is (196,31,167). Sum of RGB (Red+Green+Blue) = 196+31+167=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA7 is #3BE058. Grayscale: #5F5F5F. Windows color (decimal): -3924057 or 10952644. OLE color: 10952644.

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

Color convert

RGB 196 31 167 -
CMYK 0 0.84 0.15 0.23
HSL 310.55º 0.73% 0.45% -
HSV(B) 310.55º 0.84% 0.77% -
XYZ 30.23 15.51 37.96 -
YUV 95.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 196 31 167 0 0.84 0.15 0.23 310.55 0.73 0.45
Hex C4 1F A7 0 54 F 17 137 49 2D
Octal 304 37 247 0 124 17 27 467 111 55
Binary 11000100 11111 10100111 0 1010100 1111 10111 100110111 1001001 101101

Color Harmonies of #C41FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FA7

Black with #C41FA7

Text Example


Text Example

White with #C41FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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