Html Css Color HEX #C13174 Medium Red Violet

📋 copy color: '#C13174'

red 193 ◦ green 49 ◦ blue 116

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

Shades of Medium Red Violet #C13174

Tints of Medium Red Violet #C13174

RGB

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

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

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

R = 53.91%
G = 13.69%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13174 (or 0xC13174) is known color: Medium Red Violet. HEX triplet: C1, 31 and 74. RGB value is (193,49,116). Sum of RGB (Red+Green+Blue) = 193+49+116=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C13174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13174 is #3ECE8B. Grayscale: #636363. Windows color (decimal): -4116108 or 7614913. OLE color: 7614913.

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

Color convert

RGB 193 49 116 -
CMYK 0 0.75 0.40 0.24
HSL 332.08º 0.6% 0.47% -
HSV(B) 332.08º 0.75% 0.76% -
XYZ 26.24 14.8 18 -
YUV 99.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 193 49 116 0 0.75 0.40 0.24 332.08 0.6 0.47
Hex C1 31 74 0 4B 28 18 14C 3C 2F
Octal 301 61 164 0 113 50 30 514 74 57
Binary 11000001 110001 1110100 0 1001011 101000 11000 101001100 111100 101111

Color Harmonies of #C13174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13174

Black with #C13174

Text Example


Text Example

White with #C13174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13174; }

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

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

background-color css

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

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

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

border-color css

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

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

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