Html Css Color HEX #C13491 Medium Red Violet

📋 copy color: '#C13491'

red 193 ◦ green 52 ◦ blue 145

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

Shades of Medium Red Violet #C13491

Tints of Medium Red Violet #C13491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.33%

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

R = 49.49%
G = 13.33%
B = 37.18%

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

#C13491 (or 0xC13491) is known color: Medium Red Violet. HEX triplet: C1, 34 and 91. RGB value is (193,52,145). Sum of RGB (Red+Green+Blue) = 193+52+145=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C13491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13491 is #3ECB6E. Grayscale: #686868. Windows color (decimal): -4115311 or 9516225. OLE color: 9516225.

HSL color Cylindrical-coordinate representation of color #C13491: hue angle of 320.43º degrees, saturation: 0.58, 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 #C13491 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 52 145 -
CMYK 0 0.73 0.25 0.24
HSL 320.43º 0.58% 0.48% -
HSV(B) 320.43º 0.73% 0.76% -
XYZ 28.33 15.84 28.35 -
YUV 104.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 193 52 145 0 0.73 0.25 0.24 320.43 0.58 0.48
Hex C1 34 91 0 49 19 18 140 3A 30
Octal 301 64 221 0 111 31 30 500 72 60
Binary 11000001 110100 10010001 0 1001001 11001 11000 101000000 111010 110000

Color Harmonies of #C13491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13491

Black with #C13491

Text Example


Text Example

White with #C13491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13491; }

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

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

background-color css

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

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

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

border-color css

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

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

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