Html Css Color HEX #C1316D Medium Red Violet

📋 copy color: '#C1316D'

red 193 ◦ green 49 ◦ blue 109

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

Shades of Medium Red Violet #C1316D

Tints of Medium Red Violet #C1316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.96%

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 54.99%
G = 13.96%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1316D (or 0xC1316D) is known color: Medium Red Violet. HEX triplet: C1, 31 and 6D. RGB value is (193,49,109). Sum of RGB (Red+Green+Blue) = 193+49+109=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C1316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1316D is #3ECE92. Grayscale: #626262. Windows color (decimal): -4116115 or 7156161. OLE color: 7156161.

HSL color Cylindrical-coordinate representation of color #C1316D: hue angle of 335º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1316D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 109 -
CMYK 0 0.75 0.44 0.24
HSL 335º 0.6% 0.47% -
HSV(B) 335º 0.75% 0.76% -
XYZ 25.85 14.64 15.93 -
YUV 98.9 133.71 195.12 -
System Red Green Blue C M Y K H S L
Decimal 193 49 109 0 0.75 0.44 0.24 335 0.6 0.47
Hex C1 31 6D 0 4B 2C 18 14F 3C 2F
Octal 301 61 155 0 113 54 30 517 74 57
Binary 11000001 110001 1101101 0 1001011 101100 11000 101001111 111100 101111

Color Harmonies of #C1316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1316D

Black with #C1316D

Text Example


Text Example

White with #C1316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1316D; }

 p { color: rgb(193,49,109); }

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

background-color css

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

 a { background-color: rgb(193,49,109); }

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

border-color css

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

 span { border-color: rgb(193,49,109); }

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