Html Css Color HEX #C13980 Medium Red Violet

📋 copy color: '#C13980'

red 193 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #C13980

Tints of Medium Red Violet #C13980

RGB

 RED value IS 193 (75.78% from 255) = 51.06%

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

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

R = 51.06%
G = 15.08%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C13980 (or 0xC13980) is known color: Medium Red Violet. HEX triplet: C1, 39 and 80. RGB value is (193,57,128). Sum of RGB (Red+Green+Blue) = 193+57+128=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C13980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13980 is #3EC67F. Grayscale: #696969. Windows color (decimal): -4114048 or 8403393. OLE color: 8403393.

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

Color convert

RGB 193 57 128 -
CMYK 0 0.70 0.34 0.24
HSL 328.68º 0.54% 0.49% -
HSV(B) 328.68º 0.7% 0.76% -
XYZ 27.35 15.82 22.03 -
YUV 105.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 193 57 128 0 0.70 0.34 0.24 328.68 0.54 0.49
Hex C1 39 80 0 46 22 18 149 36 31
Octal 301 71 200 0 106 42 30 511 66 61
Binary 11000001 111001 10000000 0 1000110 100010 11000 101001001 110110 110001

Color Harmonies of #C13980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13980

Black with #C13980

Text Example


Text Example

White with #C13980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13980; }

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

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

background-color css

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

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

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

border-color css

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

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

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