Html Css Color HEX #C1319A Medium Red Violet

📋 copy color: '#C1319A'

red 193 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #C1319A

Tints of Medium Red Violet #C1319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 48.74%
G = 12.37%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1319A (or 0xC1319A) is known color: Medium Red Violet. HEX triplet: C1, 31 and 9A. RGB value is (193,49,154). Sum of RGB (Red+Green+Blue) = 193+49+154=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 49 (19.53% from 255 or 12.37% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1319A is #3ECE65. Grayscale: #676767. Windows color (decimal): -4116070 or 10105281. OLE color: 10105281.

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

Color convert

RGB 193 49 154 -
CMYK 0 0.75 0.20 0.24
HSL 316.25º 0.6% 0.47% -
HSV(B) 316.25º 0.75% 0.76% -
XYZ 28.92 15.87 32.11 -
YUV 104.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 193 49 154 0 0.75 0.20 0.24 316.25 0.6 0.47
Hex C1 31 9A 0 4B 14 18 13C 3C 2F
Octal 301 61 232 0 113 24 30 474 74 57
Binary 11000001 110001 10011010 0 1001011 10100 11000 100111100 111100 101111

Color Harmonies of #C1319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1319A

Black with #C1319A

Text Example


Text Example

White with #C1319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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