Html Css Color HEX #C1379F Medium Red Violet

📋 copy color: '#C1379F'

red 193 ◦ green 55 ◦ blue 159

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

Shades of Medium Red Violet #C1379F

Tints of Medium Red Violet #C1379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 47.42%
G = 13.51%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1379F (or 0xC1379F) is known color: Medium Red Violet. HEX triplet: C1, 37 and 9F. RGB value is (193,55,159). Sum of RGB (Red+Green+Blue) = 193+55+159=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1379F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1379F is #3EC860. Grayscale: #6B6B6B. Windows color (decimal): -4114529 or 10434497. OLE color: 10434497.

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

Color convert

RGB 193 55 159 -
CMYK 0 0.72 0.18 0.24
HSL 314.78º 0.56% 0.49% -
HSV(B) 314.78º 0.72% 0.76% -
XYZ 29.62 16.57 34.44 -
YUV 108.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 193 55 159 0 0.72 0.18 0.24 314.78 0.56 0.49
Hex C1 37 9F 0 48 12 18 13B 38 31
Octal 301 67 237 0 110 22 30 473 70 61
Binary 11000001 110111 10011111 0 1001000 10010 11000 100111011 111000 110001

Color Harmonies of #C1379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1379F

Black with #C1379F

Text Example


Text Example

White with #C1379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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