Html Css Color HEX #C13574 Medium Red Violet

📋 copy color: '#C13574'

red 193 ◦ green 53 ◦ blue 116

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

Shades of Medium Red Violet #C13574

Tints of Medium Red Violet #C13574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

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

R = 53.31%
G = 14.64%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13574 (or 0xC13574) is known color: Medium Red Violet. HEX triplet: C1, 35 and 74. RGB value is (193,53,116). Sum of RGB (Red+Green+Blue) = 193+53+116=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13574 is #3ECA8B. Grayscale: #656565. Windows color (decimal): -4115084 or 7615937. OLE color: 7615937.

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

Color convert

RGB 193 53 116 -
CMYK 0 0.73 0.40 0.24
HSL 333º 0.57% 0.48% -
HSV(B) 333º 0.73% 0.76% -
XYZ 26.42 15.14 18.05 -
YUV 102.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 193 53 116 0 0.73 0.40 0.24 333 0.57 0.48
Hex C1 35 74 0 49 28 18 14D 39 30
Octal 301 65 164 0 111 50 30 515 71 60
Binary 11000001 110101 1110100 0 1001001 101000 11000 101001101 111001 110000

Color Harmonies of #C13574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13574

Black with #C13574

Text Example


Text Example

White with #C13574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13574; }

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

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

background-color css

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

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

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

border-color css

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

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

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