Html Css Color HEX #C13979 Medium Red Violet

📋 copy color: '#C13979'

red 193 ◦ green 57 ◦ blue 121

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

Shades of Medium Red Violet #C13979

Tints of Medium Red Violet #C13979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 52.02%
G = 15.36%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C13979 (or 0xC13979) is known color: Medium Red Violet. HEX triplet: C1, 39 and 79. RGB value is (193,57,121). Sum of RGB (Red+Green+Blue) = 193+57+121=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C13979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13979 is #3EC686. Grayscale: #686868. Windows color (decimal): -4114055 or 7944641. OLE color: 7944641.

HSL color Cylindrical-coordinate representation of color #C13979: hue angle of 331.76º 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 #C13979 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 121 -
CMYK 0 0.70 0.37 0.24
HSL 331.76º 0.54% 0.49% -
HSV(B) 331.76º 0.7% 0.76% -
XYZ 26.91 15.64 19.69 -
YUV 104.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 193 57 121 0 0.70 0.37 0.24 331.76 0.54 0.49
Hex C1 39 79 0 46 25 18 14C 36 31
Octal 301 71 171 0 106 45 30 514 66 61
Binary 11000001 111001 1111001 0 1000110 100101 11000 101001100 110110 110001

Color Harmonies of #C13979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13979

Black with #C13979

Text Example


Text Example

White with #C13979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13979; }

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

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

background-color css

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

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

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

border-color css

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

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

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