Html Css Color HEX #C1379A Medium Red Violet

📋 copy color: '#C1379A'

red 193 ◦ green 55 ◦ blue 154

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

Shades of Medium Red Violet #C1379A

Tints of Medium Red Violet #C1379A

RGB

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

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

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

R = 48.01%
G = 13.68%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1379A (or 0xC1379A) is known color: Medium Red Violet. HEX triplet: C1, 37 and 9A. RGB value is (193,55,154). Sum of RGB (Red+Green+Blue) = 193+55+154=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1379A is #3EC865. Grayscale: #6B6B6B. Windows color (decimal): -4114534 or 10106817. OLE color: 10106817.

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

Color convert

RGB 193 55 154 -
CMYK 0 0.72 0.20 0.24
HSL 316.96º 0.56% 0.49% -
HSV(B) 316.96º 0.72% 0.76% -
XYZ 29.19 16.4 32.2 -
YUV 107.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 193 55 154 0 0.72 0.20 0.24 316.96 0.56 0.49
Hex C1 37 9A 0 48 14 18 13D 38 31
Octal 301 67 232 0 110 24 30 475 70 61
Binary 11000001 110111 10011010 0 1001000 10100 11000 100111101 111000 110001

Color Harmonies of #C1379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1379A

Black with #C1379A

Text Example


Text Example

White with #C1379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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