Html Css Color HEX #C42680 Medium Red Violet

📋 copy color: '#C42680'

red 196 ◦ green 38 ◦ blue 128

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

Shades of Medium Red Violet #C42680

Tints of Medium Red Violet #C42680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.5%

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

R = 54.14%
G = 10.5%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C42680 (or 0xC42680) is known color: Medium Red Violet. HEX triplet: C4, 26 and 80. RGB value is (196,38,128). Sum of RGB (Red+Green+Blue) = 196+38+128=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42680 is #3BD97F. Grayscale: #5F5F5F. Windows color (decimal): -3922304 or 8398532. OLE color: 8398532.

HSL color Cylindrical-coordinate representation of color #C42680: hue angle of 325.82º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42680 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 128 -
CMYK 0 0.81 0.35 0.23
HSL 325.82º 0.68% 0.46% -
HSV(B) 325.82º 0.81% 0.77% -
XYZ 27.35 14.68 21.81 -
YUV 95.5 146.35 199.68 -
System Red Green Blue C M Y K H S L
Decimal 196 38 128 0 0.81 0.35 0.23 325.82 0.68 0.46
Hex C4 26 80 0 51 23 17 146 44 2E
Octal 304 46 200 0 121 43 27 506 104 56
Binary 11000100 100110 10000000 0 1010001 100011 10111 101000110 1000100 101110

Color Harmonies of #C42680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42680

Black with #C42680

Text Example


Text Example

White with #C42680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42680; }

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

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

background-color css

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

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

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

border-color css

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

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

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