Html Css Color HEX #C62980 Medium Red Violet

📋 copy color: '#C62980'

red 198 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #C62980

Tints of Medium Red Violet #C62980

RGB

 RED value IS 198 (77.73% from 255) = 53.95%

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 53.95%
G = 11.17%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C62980 (or 0xC62980) is known color: Medium Red Violet. HEX triplet: C6, 29 and 80. RGB value is (198,41,128). Sum of RGB (Red+Green+Blue) = 198+41+128=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C62980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62980 is #39D67F. Grayscale: #616161. Windows color (decimal): -3790464 or 8399302. OLE color: 8399302.

HSL color Cylindrical-coordinate representation of color #C62980: hue angle of 326.75º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62980 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 41 128 -
CMYK 0 0.79 0.35 0.22
HSL 326.75º 0.66% 0.47% -
HSV(B) 326.75º 0.79% 0.78% -
XYZ 27.98 15.15 21.87 -
YUV 97.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 198 41 128 0 0.79 0.35 0.22 326.75 0.66 0.47
Hex C6 29 80 0 4F 23 16 147 42 2F
Octal 306 51 200 0 117 43 26 507 102 57
Binary 11000110 101001 10000000 0 1001111 100011 10110 101000111 1000010 101111

Color Harmonies of #C62980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62980

Black with #C62980

Text Example


Text Example

White with #C62980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62980; }

 p { color: rgb(198,41,128); }

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

background-color css

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

 a { background-color: rgb(198,41,128); }

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

border-color css

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

 span { border-color: rgb(198,41,128); }

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