Html Css Color HEX #C13091 Medium Red Violet

📋 copy color: '#C13091'

red 193 ◦ green 48 ◦ blue 145

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

Shades of Medium Red Violet #C13091

Tints of Medium Red Violet #C13091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.44%

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

R = 50%
G = 12.44%
B = 37.56%

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

#C13091 (or 0xC13091) is known color: Medium Red Violet. HEX triplet: C1, 30 and 91. RGB value is (193,48,145). Sum of RGB (Red+Green+Blue) = 193+48+145=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 48 (19.14% from 255 or 12.44% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C13091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13091 is #3ECF6E. Grayscale: #666666. Windows color (decimal): -4116335 or 9515201. OLE color: 9515201.

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

Color convert

RGB 193 48 145 -
CMYK 0 0.75 0.25 0.24
HSL 319.86º 0.6% 0.47% -
HSV(B) 319.86º 0.75% 0.76% -
XYZ 28.16 15.5 28.29 -
YUV 102.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 193 48 145 0 0.75 0.25 0.24 319.86 0.6 0.47
Hex C1 30 91 0 4B 19 18 140 3C 2F
Octal 301 60 221 0 113 31 30 500 74 57
Binary 11000001 110000 10010001 0 1001011 11001 11000 101000000 111100 101111

Color Harmonies of #C13091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13091

Black with #C13091

Text Example


Text Example

White with #C13091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13091; }

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

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

background-color css

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

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

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

border-color css

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

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

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