Html Css Color HEX #C40582 Medium Violet Red

📋 copy color: '#C40582'

red 196 ◦ green 5 ◦ blue 130

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

Shades of Medium Violet Red #C40582

Tints of Medium Violet Red #C40582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

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

R = 59.21%
G = 1.51%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40582 (or 0xC40582) is known color: Medium Violet Red. HEX triplet: C4, 05 and 82. RGB value is (196,5,130). Sum of RGB (Red+Green+Blue) = 196+5+130=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C40582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40582 is #3BFA7D. Grayscale: #4C4C4C. Windows color (decimal): -3930750 or 8521156. OLE color: 8521156.

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

Color convert

RGB 196 5 130 -
CMYK 0 0.97 0.34 0.23
HSL 320.73º 0.95% 0.39% -
HSV(B) 320.73º 0.97% 0.77% -
XYZ 26.85 13.46 22.3 -
YUV 76.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 196 5 130 0 0.97 0.34 0.23 320.73 0.95 0.39
Hex C4 5 82 0 61 22 17 141 5F 27
Octal 304 5 202 0 141 42 27 501 137 47
Binary 11000100 101 10000010 0 1100001 100010 10111 101000001 1011111 100111

Color Harmonies of #C40582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40582

Black with #C40582

Text Example


Text Example

White with #C40582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40582; }

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

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

background-color css

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

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

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

border-color css

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

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

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