Html Css Color HEX #C13679 Medium Red Violet

📋 copy color: '#C13679'

red 193 ◦ green 54 ◦ blue 121

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

Shades of Medium Red Violet #C13679

Tints of Medium Red Violet #C13679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.88%

R = 52.45%
G = 14.67%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C13679 (or 0xC13679) is known color: Medium Red Violet. HEX triplet: C1, 36 and 79. RGB value is (193,54,121). Sum of RGB (Red+Green+Blue) = 193+54+121=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C13679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13679 is #3EC986. Grayscale: #676767. Windows color (decimal): -4114823 or 7943873. OLE color: 7943873.

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

Color convert

RGB 193 54 121 -
CMYK 0 0.72 0.37 0.24
HSL 331.08º 0.56% 0.48% -
HSV(B) 331.08º 0.72% 0.76% -
XYZ 26.76 15.36 19.64 -
YUV 103.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 193 54 121 0 0.72 0.37 0.24 331.08 0.56 0.48
Hex C1 36 79 0 48 25 18 14B 38 30
Octal 301 66 171 0 110 45 30 513 70 60
Binary 11000001 110110 1111001 0 1001000 100101 11000 101001011 111000 110000

Color Harmonies of #C13679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13679

Black with #C13679

Text Example


Text Example

White with #C13679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13679; }

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

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

background-color css

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

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

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

border-color css

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

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

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