Html Css Color HEX #C13783 Medium Red Violet

📋 copy color: '#C13783'

red 193 ◦ green 55 ◦ blue 131

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

Shades of Medium Red Violet #C13783

Tints of Medium Red Violet #C13783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 50.92%
G = 14.51%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C13783 (or 0xC13783) is known color: Medium Red Violet. HEX triplet: C1, 37 and 83. RGB value is (193,55,131). Sum of RGB (Red+Green+Blue) = 193+55+131=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C13783 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13783 is #3EC87C. Grayscale: #686868. Windows color (decimal): -4114557 or 8599489. OLE color: 8599489.

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

Color convert

RGB 193 55 131 -
CMYK 0 0.72 0.32 0.24
HSL 326.96º 0.56% 0.49% -
HSV(B) 326.96º 0.72% 0.76% -
XYZ 27.46 15.71 23.06 -
YUV 104.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 193 55 131 0 0.72 0.32 0.24 326.96 0.56 0.49
Hex C1 37 83 0 48 20 18 147 38 31
Octal 301 67 203 0 110 40 30 507 70 61
Binary 11000001 110111 10000011 0 1001000 100000 11000 101000111 111000 110001

Color Harmonies of #C13783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13783

Black with #C13783

Text Example


Text Example

White with #C13783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13783; }

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

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

background-color css

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

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

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

border-color css

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

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

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