Html Css Color HEX #C13191 Medium Red Violet

📋 copy color: '#C13191'

red 193 ◦ green 49 ◦ blue 145

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

Shades of Medium Red Violet #C13191

Tints of Medium Red Violet #C13191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.66%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 49.87%
G = 12.66%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13191 (or 0xC13191) is known color: Medium Red Violet. HEX triplet: C1, 31 and 91. RGB value is (193,49,145). Sum of RGB (Red+Green+Blue) = 193+49+145=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C13191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13191 is #3ECE6E. Grayscale: #666666. Windows color (decimal): -4116079 or 9515457. OLE color: 9515457.

HSL color Cylindrical-coordinate representation of color #C13191: hue angle of 320º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13191 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 145 -
CMYK 0 0.75 0.25 0.24
HSL 320º 0.6% 0.47% -
HSV(B) 320º 0.75% 0.76% -
XYZ 28.2 15.58 28.31 -
YUV 103 151.71 192.19 -
System Red Green Blue C M Y K H S L
Decimal 193 49 145 0 0.75 0.25 0.24 320 0.6 0.47
Hex C1 31 91 0 4B 19 18 140 3C 2F
Octal 301 61 221 0 113 31 30 500 74 57
Binary 11000001 110001 10010001 0 1001011 11001 11000 101000000 111100 101111

Color Harmonies of #C13191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13191

Black with #C13191

Text Example


Text Example

White with #C13191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13191; }

 p { color: rgb(193,49,145); }

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

background-color css

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

 a { background-color: rgb(193,49,145); }

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

border-color css

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

 span { border-color: rgb(193,49,145); }

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