Html Css Color HEX #C13986 Medium Red Violet

📋 copy color: '#C13986'

red 193 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #C13986

Tints of Medium Red Violet #C13986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.9%

R = 50.26%
G = 14.84%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C13986 (or 0xC13986) is known color: Medium Red Violet. HEX triplet: C1, 39 and 86. RGB value is (193,57,134). Sum of RGB (Red+Green+Blue) = 193+57+134=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C13986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13986 is #3EC679. Grayscale: #6A6A6A. Windows color (decimal): -4114042 or 8796609. OLE color: 8796609.

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

Color convert

RGB 193 57 134 -
CMYK 0 0.70 0.31 0.24
HSL 326.03º 0.54% 0.49% -
HSV(B) 326.03º 0.7% 0.76% -
XYZ 27.76 15.98 24.18 -
YUV 106.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 193 57 134 0 0.70 0.31 0.24 326.03 0.54 0.49
Hex C1 39 86 0 46 1F 18 146 36 31
Octal 301 71 206 0 106 37 30 506 66 61
Binary 11000001 111001 10000110 0 1000110 11111 11000 101000110 110110 110001

Color Harmonies of #C13986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13986

Black with #C13986

Text Example


Text Example

White with #C13986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13986; }

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

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

background-color css

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

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

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

border-color css

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

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

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