Html Css Color HEX #C1186A Medium Violet Red

📋 copy color: '#C1186A'

red 193 ◦ green 24 ◦ blue 106

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

Shades of Medium Violet Red #C1186A

Tints of Medium Violet Red #C1186A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.43%

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

R = 59.75%
G = 7.43%
B = 32.82%

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

#C1186A (or 0xC1186A) is known color: Medium Violet Red. HEX triplet: C1, 18 and 6A. RGB value is (193,24,106). Sum of RGB (Red+Green+Blue) = 193+24+106=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1186A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1186A is #3EE795. Grayscale: #535353. Windows color (decimal): -4122518 or 6953153. OLE color: 6953153.

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

Color convert

RGB 193 24 106 -
CMYK 0 0.88 0.45 0.24
HSL 330.89º 0.78% 0.43% -
HSV(B) 330.89º 0.88% 0.76% -
XYZ 24.92 13.03 14.84 -
YUV 83.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 193 24 106 0 0.88 0.45 0.24 330.89 0.78 0.43
Hex C1 18 6A 0 58 2D 18 14B 4E 2B
Octal 301 30 152 0 130 55 30 513 116 53
Binary 11000001 11000 1101010 0 1011000 101101 11000 101001011 1001110 101011

Color Harmonies of #C1186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1186A

Black with #C1186A

Text Example


Text Example

White with #C1186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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