Html Css Color HEX #C41A81 Medium Violet Red

📋 copy color: '#C41A81'

red 196 ◦ green 26 ◦ blue 129

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

Shades of Medium Violet Red #C41A81

Tints of Medium Violet Red #C41A81

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

 BLUE value IS 129 (50.78% from 255) = 36.75%

R = 55.84%
G = 7.41%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C41A81 (or 0xC41A81) is known color: Medium Violet Red. HEX triplet: C4, 1A and 81. RGB value is (196,26,129). Sum of RGB (Red+Green+Blue) = 196+26+129=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A81 is #3BE57E. Grayscale: #585858. Windows color (decimal): -3925375 or 8460996. OLE color: 8460996.

HSL color Cylindrical-coordinate representation of color #C41A81: hue angle of 323.65º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A81 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 129 -
CMYK 0 0.87 0.34 0.23
HSL 323.65º 0.77% 0.44% -
HSV(B) 323.65º 0.87% 0.77% -
XYZ 27.1 14.06 22.05 -
YUV 88.57 150.82 204.62 -
System Red Green Blue C M Y K H S L
Decimal 196 26 129 0 0.87 0.34 0.23 323.65 0.77 0.44
Hex C4 1A 81 0 57 22 17 144 4D 2C
Octal 304 32 201 0 127 42 27 504 115 54
Binary 11000100 11010 10000001 0 1010111 100010 10111 101000100 1001101 101100

Color Harmonies of #C41A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A81

Black with #C41A81

Text Example


Text Example

White with #C41A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A81; }

 p { color: rgb(196,26,129); }

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

background-color css

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

 a { background-color: rgb(196,26,129); }

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

border-color css

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

 span { border-color: rgb(196,26,129); }

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