Html Css Color HEX #C13577 Medium Red Violet

📋 copy color: '#C13577'

red 193 ◦ green 53 ◦ blue 119

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

Shades of Medium Red Violet #C13577

Tints of Medium Red Violet #C13577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 52.88%
G = 14.52%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C13577 (or 0xC13577) is known color: Medium Red Violet. HEX triplet: C1, 35 and 77. RGB value is (193,53,119). Sum of RGB (Red+Green+Blue) = 193+53+119=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C13577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13577 is #3ECA88. Grayscale: #666666. Windows color (decimal): -4115081 or 7812545. OLE color: 7812545.

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

Color convert

RGB 193 53 119 -
CMYK 0 0.73 0.38 0.24
HSL 331.71º 0.57% 0.48% -
HSV(B) 331.71º 0.73% 0.76% -
XYZ 26.6 15.22 18.99 -
YUV 102.38 137.38 192.63 -
System Red Green Blue C M Y K H S L
Decimal 193 53 119 0 0.73 0.38 0.24 331.71 0.57 0.48
Hex C1 35 77 0 49 26 18 14C 39 30
Octal 301 65 167 0 111 46 30 514 71 60
Binary 11000001 110101 1110111 0 1001001 100110 11000 101001100 111001 110000

Color Harmonies of #C13577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13577

Black with #C13577

Text Example


Text Example

White with #C13577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13577; }

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

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

background-color css

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

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

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

border-color css

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

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

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