Html Css Color HEX #C13673 Medium Red Violet

📋 copy color: '#C13673'

red 193 ◦ green 54 ◦ blue 115

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

Shades of Medium Red Violet #C13673

Tints of Medium Red Violet #C13673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 53.31%
G = 14.92%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13673 (or 0xC13673) is known color: Medium Red Violet. HEX triplet: C1, 36 and 73. RGB value is (193,54,115). Sum of RGB (Red+Green+Blue) = 193+54+115=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13673 is #3EC98C. Grayscale: #666666. Windows color (decimal): -4114829 or 7550657. OLE color: 7550657.

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

Color convert

RGB 193 54 115 -
CMYK 0 0.72 0.40 0.24
HSL 333.67º 0.56% 0.48% -
HSV(B) 333.67º 0.72% 0.76% -
XYZ 26.41 15.21 17.76 -
YUV 102.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 193 54 115 0 0.72 0.40 0.24 333.67 0.56 0.48
Hex C1 36 73 0 48 28 18 14E 38 30
Octal 301 66 163 0 110 50 30 516 70 60
Binary 11000001 110110 1110011 0 1001000 101000 11000 101001110 111000 110000

Color Harmonies of #C13673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13673

Black with #C13673

Text Example


Text Example

White with #C13673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13673; }

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

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

background-color css

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

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

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

border-color css

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

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

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