Html Css Color HEX #C13591 Medium Red Violet

📋 copy color: '#C13591'

red 193 ◦ green 53 ◦ blue 145

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

Shades of Medium Red Violet #C13591

Tints of Medium Red Violet #C13591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

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

R = 49.36%
G = 13.55%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13591 (or 0xC13591) is known color: Medium Red Violet. HEX triplet: C1, 35 and 91. RGB value is (193,53,145). Sum of RGB (Red+Green+Blue) = 193+53+145=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C13591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13591 is #3ECA6E. Grayscale: #696969. Windows color (decimal): -4115055 or 9516481. OLE color: 9516481.

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

Color convert

RGB 193 53 145 -
CMYK 0 0.73 0.25 0.24
HSL 320.57º 0.57% 0.48% -
HSV(B) 320.57º 0.73% 0.76% -
XYZ 28.38 15.93 28.37 -
YUV 105.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 193 53 145 0 0.73 0.25 0.24 320.57 0.57 0.48
Hex C1 35 91 0 49 19 18 141 39 30
Octal 301 65 221 0 111 31 30 501 71 60
Binary 11000001 110101 10010001 0 1001001 11001 11000 101000001 111001 110000

Color Harmonies of #C13591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13591

Black with #C13591

Text Example


Text Example

White with #C13591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13591; }

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

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

background-color css

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

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

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

border-color css

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

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

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