Html Css Color HEX #C1186C Medium Violet Red

📋 copy color: '#C1186C'

red 193 ◦ green 24 ◦ blue 108

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

Shades of Medium Violet Red #C1186C

Tints of Medium Violet Red #C1186C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 59.38%
G = 7.38%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C1186C (or 0xC1186C) is known color: Medium Violet Red. HEX triplet: C1, 18 and 6C. RGB value is (193,24,108). Sum of RGB (Red+Green+Blue) = 193+24+108=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1186C is #3EE793. Grayscale: #535353. Windows color (decimal): -4122516 or 7084225. OLE color: 7084225.

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

Color convert

RGB 193 24 108 -
CMYK 0 0.88 0.44 0.24
HSL 330.18º 0.78% 0.43% -
HSV(B) 330.18º 0.88% 0.76% -
XYZ 25.03 13.07 15.39 -
YUV 84.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 193 24 108 0 0.88 0.44 0.24 330.18 0.78 0.43
Hex C1 18 6C 0 58 2C 18 14A 4E 2B
Octal 301 30 154 0 130 54 30 512 116 53
Binary 11000001 11000 1101100 0 1011000 101100 11000 101001010 1001110 101011

Color Harmonies of #C1186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1186C

Black with #C1186C

Text Example


Text Example

White with #C1186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1186C; }

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

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

background-color css

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

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

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

border-color css

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

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

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