Html Css Color HEX #C1176A Medium Violet Red

📋 copy color: '#C1176A'

red 193 ◦ green 23 ◦ blue 106

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

Shades of Medium Violet Red #C1176A

Tints of Medium Violet Red #C1176A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 59.94%
G = 7.14%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C1176A (or 0xC1176A) is known color: Medium Violet Red. HEX triplet: C1, 17 and 6A. RGB value is (193,23,106). Sum of RGB (Red+Green+Blue) = 193+23+106=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C1176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1176A is #3EE895. Grayscale: #535353. Windows color (decimal): -4122774 or 6952897. OLE color: 6952897.

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

Color convert

RGB 193 23 106 -
CMYK 0 0.88 0.45 0.24
HSL 330.71º 0.79% 0.42% -
HSV(B) 330.71º 0.88% 0.76% -
XYZ 24.9 12.99 14.83 -
YUV 83.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 193 23 106 0 0.88 0.45 0.24 330.71 0.79 0.42
Hex C1 17 6A 0 58 2D 18 14B 4F 2A
Octal 301 27 152 0 130 55 30 513 117 52
Binary 11000001 10111 1101010 0 1011000 101101 11000 101001011 1001111 101010

Color Harmonies of #C1176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1176A

Black with #C1176A

Text Example


Text Example

White with #C1176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1176A; }

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

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

background-color css

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

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

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

border-color css

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

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

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