Html Css Color HEX #C41482 Medium Violet Red

📋 copy color: '#C41482'

red 196 ◦ green 20 ◦ blue 130

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

Shades of Medium Violet Red #C41482

Tints of Medium Violet Red #C41482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 56.65%
G = 5.78%
B = 37.57%

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

#C41482 (or 0xC41482) is known color: Medium Violet Red. HEX triplet: C4, 14 and 82. RGB value is (196,20,130). Sum of RGB (Red+Green+Blue) = 196+20+130=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C41482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41482 is #3BEB7D. Grayscale: #545454. Windows color (decimal): -3926910 or 8524996. OLE color: 8524996.

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

Color convert

RGB 196 20 130 -
CMYK 0 0.90 0.34 0.23
HSL 322.5º 0.81% 0.42% -
HSV(B) 322.5º 0.9% 0.77% -
XYZ 27.04 13.85 22.37 -
YUV 85.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 196 20 130 0 0.90 0.34 0.23 322.5 0.81 0.42
Hex C4 14 82 0 5A 22 17 142 51 2A
Octal 304 24 202 0 132 42 27 502 121 52
Binary 11000100 10100 10000010 0 1011010 100010 10111 101000010 1010001 101010

Color Harmonies of #C41482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41482

Black with #C41482

Text Example


Text Example

White with #C41482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41482; }

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

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

background-color css

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

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

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

border-color css

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

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

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