Html Css Color HEX #C03980 Medium Red Violet

📋 copy color: '#C03980'

red 192 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #C03980

Tints of Medium Red Violet #C03980

RGB

 RED value IS 192 (75.39% from 255) = 50.93%

 GREEN value IS 57 (22.66% from 255) = 15.12%

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

R = 50.93%
G = 15.12%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C03980 (or 0xC03980) is known color: Medium Red Violet. HEX triplet: C0, 39 and 80. RGB value is (192,57,128). Sum of RGB (Red+Green+Blue) = 192+57+128=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 57 (22.66% from 255 or 15.12% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C03980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03980 is #3FC67F. Grayscale: #696969. Windows color (decimal): -4179584 or 8403392. OLE color: 8403392.

HSL color Cylindrical-coordinate representation of color #C03980: hue angle of 328.44º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03980 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 128 -
CMYK 0 0.70 0.33 0.25
HSL 328.44º 0.54% 0.49% -
HSV(B) 328.44º 0.7% 0.75% -
XYZ 27.1 15.69 22.02 -
YUV 105.46 140.73 189.73 -
System Red Green Blue C M Y K H S L
Decimal 192 57 128 0 0.70 0.33 0.25 328.44 0.54 0.49
Hex C0 39 80 0 46 21 19 148 36 31
Octal 300 71 200 0 106 41 31 510 66 61
Binary 11000000 111001 10000000 0 1000110 100001 11001 101001000 110110 110001

Color Harmonies of #C03980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03980

Black with #C03980

Text Example


Text Example

White with #C03980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03980; }

 p { color: rgb(192,57,128); }

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

background-color css

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

 a { background-color: rgb(192,57,128); }

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

border-color css

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

 span { border-color: rgb(192,57,128); }

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