Html Css Color HEX #C1179F Medium Violet Red

📋 copy color: '#C1179F'

red 193 ◦ green 23 ◦ blue 159

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

Shades of Medium Violet Red #C1179F

Tints of Medium Violet Red #C1179F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

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

R = 51.47%
G = 6.13%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1179F (or 0xC1179F) is known color: Medium Violet Red. HEX triplet: C1, 17 and 9F. RGB value is (193,23,159). Sum of RGB (Red+Green+Blue) = 193+23+159=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1179F is #3EE860. Grayscale: #585858. Windows color (decimal): -4122721 or 10426305. OLE color: 10426305.

HSL color Cylindrical-coordinate representation of color #C1179F: hue angle of 312º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C1179F is Cyan = 0, Magento = 0.88, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 23 159 -
CMYK 0 0.88 0.18 0.24
HSL 312º 0.79% 0.42% -
HSV(B) 312º 0.88% 0.76% -
XYZ 28.56 14.45 34.09 -
YUV 89.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 193 23 159 0 0.88 0.18 0.24 312 0.79 0.42
Hex C1 17 9F 0 58 12 18 138 4F 2A
Octal 301 27 237 0 130 22 30 470 117 52
Binary 11000001 10111 10011111 0 1011000 10010 11000 100111000 1001111 101010

Color Harmonies of #C1179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1179F

Black with #C1179F

Text Example


Text Example

White with #C1179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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