Html Css Color HEX #C13189 Medium Red Violet

📋 copy color: '#C13189'

red 193 ◦ green 49 ◦ blue 137

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

Shades of Medium Red Violet #C13189

Tints of Medium Red Violet #C13189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 36.15%

R = 50.92%
G = 12.93%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C13189 (or 0xC13189) is known color: Medium Red Violet. HEX triplet: C1, 31 and 89. RGB value is (193,49,137). Sum of RGB (Red+Green+Blue) = 193+49+137=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 49 (19.53% from 255 or 12.93% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13189 is #3ECE76. Grayscale: #656565. Windows color (decimal): -4116087 or 8991169. OLE color: 8991169.

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

Color convert

RGB 193 49 137 -
CMYK 0 0.75 0.29 0.24
HSL 323.33º 0.6% 0.47% -
HSV(B) 323.33º 0.75% 0.76% -
XYZ 27.61 15.34 25.17 -
YUV 102.09 147.71 192.84 -
System Red Green Blue C M Y K H S L
Decimal 193 49 137 0 0.75 0.29 0.24 323.33 0.6 0.47
Hex C1 31 89 0 4B 1D 18 143 3C 2F
Octal 301 61 211 0 113 35 30 503 74 57
Binary 11000001 110001 10001001 0 1001011 11101 11000 101000011 111100 101111

Color Harmonies of #C13189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13189

Black with #C13189

Text Example


Text Example

White with #C13189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13189; }

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

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

background-color css

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

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

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

border-color css

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

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

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