Html Css Color HEX #C41381 Medium Violet Red

📋 copy color: '#C41381'

red 196 ◦ green 19 ◦ blue 129

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

Shades of Medium Violet Red #C41381

Tints of Medium Violet Red #C41381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 56.98%
G = 5.52%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C41381 (or 0xC41381) is known color: Medium Violet Red. HEX triplet: C4, 13 and 81. RGB value is (196,19,129). Sum of RGB (Red+Green+Blue) = 196+19+129=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 129 (50.78% from 255 or 37.5% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C41381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41381 is #3BEC7E. Grayscale: #545454. Windows color (decimal): -3927167 or 8459204. OLE color: 8459204.

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

Color convert

RGB 196 19 129 -
CMYK 0 0.90 0.34 0.23
HSL 322.71º 0.82% 0.42% -
HSV(B) 322.71º 0.9% 0.77% -
XYZ 26.96 13.79 22.01 -
YUV 84.46 153.14 207.56 -
System Red Green Blue C M Y K H S L
Decimal 196 19 129 0 0.90 0.34 0.23 322.71 0.82 0.42
Hex C4 13 81 0 5A 22 17 143 52 2A
Octal 304 23 201 0 132 42 27 503 122 52
Binary 11000100 10011 10000001 0 1011010 100010 10111 101000011 1010010 101010

Color Harmonies of #C41381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41381

Black with #C41381

Text Example


Text Example

White with #C41381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41381; }

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

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

background-color css

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

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

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

border-color css

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

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

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