Html Css Color HEX #C41382 Medium Violet Red

📋 copy color: '#C41382'

red 196 ◦ green 19 ◦ blue 130

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

Shades of Medium Violet Red #C41382

Tints of Medium Violet Red #C41382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 56.81%
G = 5.51%
B = 37.68%

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

#C41382 (or 0xC41382) is known color: Medium Violet Red. HEX triplet: C4, 13 and 82. RGB value is (196,19,130). Sum of RGB (Red+Green+Blue) = 196+19+130=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C41382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41382 is #3BEC7D. Grayscale: #545454. Windows color (decimal): -3927166 or 8524740. OLE color: 8524740.

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

Color convert

RGB 196 19 130 -
CMYK 0 0.90 0.34 0.23
HSL 322.37º 0.82% 0.42% -
HSV(B) 322.37º 0.9% 0.77% -
XYZ 27.03 13.81 22.36 -
YUV 84.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 196 19 130 0 0.90 0.34 0.23 322.37 0.82 0.42
Hex C4 13 82 0 5A 22 17 142 52 2A
Octal 304 23 202 0 132 42 27 502 122 52
Binary 11000100 10011 10000010 0 1011010 100010 10111 101000010 1010010 101010

Color Harmonies of #C41382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41382

Black with #C41382

Text Example


Text Example

White with #C41382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41382; }

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

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

background-color css

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

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

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

border-color css

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

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

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