Html Css Color HEX #C13790 Medium Red Violet

📋 copy color: '#C13790'

red 193 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #C13790

Tints of Medium Red Violet #C13790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.03%

 BLUE value IS 144 (56.64% from 255) = 36.73%

R = 49.23%
G = 14.03%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13790 (or 0xC13790) is known color: Medium Red Violet. HEX triplet: C1, 37 and 90. RGB value is (193,55,144). Sum of RGB (Red+Green+Blue) = 193+55+144=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C13790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13790 is #3EC86F. Grayscale: #6A6A6A. Windows color (decimal): -4114544 or 9451457. OLE color: 9451457.

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

Color convert

RGB 193 55 144 -
CMYK 0 0.72 0.25 0.24
HSL 321.3º 0.56% 0.49% -
HSV(B) 321.3º 0.72% 0.76% -
XYZ 28.39 16.08 27.99 -
YUV 106.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 193 55 144 0 0.72 0.25 0.24 321.3 0.56 0.49
Hex C1 37 90 0 48 19 18 141 38 31
Octal 301 67 220 0 110 31 30 501 70 61
Binary 11000001 110111 10010000 0 1001000 11001 11000 101000001 111000 110001

Color Harmonies of #C13790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13790

Black with #C13790

Text Example


Text Example

White with #C13790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13790; }

 p { color: rgb(193,55,144); }

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

background-color css

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

 a { background-color: rgb(193,55,144); }

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

border-color css

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

 span { border-color: rgb(193,55,144); }

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