Html Css Color HEX #C40580 Medium Violet Red

📋 copy color: '#C40580'

red 196 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #C40580

Tints of Medium Violet Red #C40580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 59.57%
G = 1.52%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C40580 (or 0xC40580) is known color: Medium Violet Red. HEX triplet: C4, 05 and 80. RGB value is (196,5,128). Sum of RGB (Red+Green+Blue) = 196+5+128=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40580 is #3BFA7F. Grayscale: #4B4B4B. Windows color (decimal): -3930752 or 8390084. OLE color: 8390084.

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

Color convert

RGB 196 5 128 -
CMYK 0 0.97 0.35 0.23
HSL 321.36º 0.95% 0.39% -
HSV(B) 321.36º 0.97% 0.77% -
XYZ 26.72 13.4 21.6 -
YUV 76.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 196 5 128 0 0.97 0.35 0.23 321.36 0.95 0.39
Hex C4 5 80 0 61 23 17 141 5F 27
Octal 304 5 200 0 141 43 27 501 137 47
Binary 11000100 101 10000000 0 1100001 100011 10111 101000001 1011111 100111

Color Harmonies of #C40580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40580

Black with #C40580

Text Example


Text Example

White with #C40580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40580; }

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

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

background-color css

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

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

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

border-color css

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

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

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