Html Css Color HEX #C40082 Medium Violet Red

📋 copy color: '#C40082'

red 196 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #C40082

Tints of Medium Violet Red #C40082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.12%
G = 0%
B = 39.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#C40082 (or 0xC40082) is known color: Medium Violet Red. HEX triplet: C4, 00 and 82. RGB value is (196,0,130). Sum of RGB (Red+Green+Blue) = 196+0+130=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C40082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40082 is #3BFF7D. Grayscale: #494949. Windows color (decimal): -3932030 or 8519876. OLE color: 8519876.

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

Color convert

RGB 196 0 130 -
CMYK 0 1 0.34 0.23
HSL 320.2º 1% 0.38% -
HSV(B) 320.2º 1% 0.77% -
XYZ 26.79 13.35 22.28 -
YUV 73.42 159.93 215.43 -
System Red Green Blue C M Y K H S L
Decimal 196 0 130 0 1 0.34 0.23 320.2 1 0.38
Hex C4 0 82 0 64 22 17 140 64 26
Octal 304 0 202 0 144 42 27 500 144 46
Binary 11000100 0 10000010 0 1100100 100010 10111 101000000 1100100 100110

Color Harmonies of #C40082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40082

Black with #C40082

Text Example


Text Example

White with #C40082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40082; }

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

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

background-color css

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

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

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

border-color css

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

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

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