Html Css Color HEX #C13674 Medium Red Violet

📋 copy color: '#C13674'

red 193 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #C13674

Tints of Medium Red Violet #C13674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 53.17%
G = 14.88%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13674 (or 0xC13674) is known color: Medium Red Violet. HEX triplet: C1, 36 and 74. RGB value is (193,54,116). Sum of RGB (Red+Green+Blue) = 193+54+116=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C13674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13674 is #3EC98B. Grayscale: #666666. Windows color (decimal): -4114828 or 7616193. OLE color: 7616193.

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

Color convert

RGB 193 54 116 -
CMYK 0 0.72 0.40 0.24
HSL 333.24º 0.56% 0.48% -
HSV(B) 333.24º 0.72% 0.76% -
XYZ 26.46 15.24 18.07 -
YUV 102.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 193 54 116 0 0.72 0.40 0.24 333.24 0.56 0.48
Hex C1 36 74 0 48 28 18 14D 38 30
Octal 301 66 164 0 110 50 30 515 70 60
Binary 11000001 110110 1110100 0 1001000 101000 11000 101001101 111000 110000

Color Harmonies of #C13674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13674

Black with #C13674

Text Example


Text Example

White with #C13674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13674; }

 p { color: rgb(193,54,116); }

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

background-color css

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

 a { background-color: rgb(193,54,116); }

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

border-color css

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

 span { border-color: rgb(193,54,116); }

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