Html Css Color HEX #C13777 Medium Red Violet

📋 copy color: '#C13777'

red 193 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #C13777

Tints of Medium Red Violet #C13777

RGB

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

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

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

R = 52.59%
G = 14.99%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C13777 (or 0xC13777) is known color: Medium Red Violet. HEX triplet: C1, 37 and 77. RGB value is (193,55,119). Sum of RGB (Red+Green+Blue) = 193+55+119=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C13777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13777 is #3EC888. Grayscale: #676767. Windows color (decimal): -4114569 or 7813057. OLE color: 7813057.

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

Color convert

RGB 193 55 119 -
CMYK 0 0.72 0.38 0.24
HSL 332.17º 0.56% 0.49% -
HSV(B) 332.17º 0.72% 0.76% -
XYZ 26.69 15.4 19.02 -
YUV 103.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 193 55 119 0 0.72 0.38 0.24 332.17 0.56 0.49
Hex C1 37 77 0 48 26 18 14C 38 31
Octal 301 67 167 0 110 46 30 514 70 61
Binary 11000001 110111 1110111 0 1001000 100110 11000 101001100 111000 110001

Color Harmonies of #C13777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13777

Black with #C13777

Text Example


Text Example

White with #C13777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13777; }

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

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

background-color css

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

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

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

border-color css

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

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

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