Html Css Color HEX #C13391 Medium Red Violet

📋 copy color: '#C13391'

red 193 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #C13391

Tints of Medium Red Violet #C13391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.11%

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

R = 49.61%
G = 13.11%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13391 (or 0xC13391) is known color: Medium Red Violet. HEX triplet: C1, 33 and 91. RGB value is (193,51,145). Sum of RGB (Red+Green+Blue) = 193+51+145=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C13391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13391 is #3ECC6E. Grayscale: #676767. Windows color (decimal): -4115567 or 9515969. OLE color: 9515969.

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

Color convert

RGB 193 51 145 -
CMYK 0 0.74 0.25 0.24
HSL 320.28º 0.58% 0.48% -
HSV(B) 320.28º 0.74% 0.76% -
XYZ 28.29 15.75 28.34 -
YUV 104.17 151.04 191.36 -
System Red Green Blue C M Y K H S L
Decimal 193 51 145 0 0.74 0.25 0.24 320.28 0.58 0.48
Hex C1 33 91 0 4A 19 18 140 3A 30
Octal 301 63 221 0 112 31 30 500 72 60
Binary 11000001 110011 10010001 0 1001010 11001 11000 101000000 111010 110000

Color Harmonies of #C13391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13391

Black with #C13391

Text Example


Text Example

White with #C13391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13391; }

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

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

background-color css

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

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

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

border-color css

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

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

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