Html Css Color HEX #C1186D Medium Violet Red

📋 copy color: '#C1186D'

red 193 ◦ green 24 ◦ blue 109

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

Shades of Medium Violet Red #C1186D

Tints of Medium Violet Red #C1186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 59.2%
G = 7.36%
B = 33.44%

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

#C1186D (or 0xC1186D) is known color: Medium Violet Red. HEX triplet: C1, 18 and 6D. RGB value is (193,24,109). Sum of RGB (Red+Green+Blue) = 193+24+109=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1186D is #3EE792. Grayscale: #545454. Windows color (decimal): -4122515 or 7149761. OLE color: 7149761.

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

Color convert

RGB 193 24 109 -
CMYK 0 0.88 0.44 0.24
HSL 329.82º 0.78% 0.43% -
HSV(B) 329.82º 0.88% 0.76% -
XYZ 25.08 13.09 15.67 -
YUV 84.22 141.99 205.59 -
System Red Green Blue C M Y K H S L
Decimal 193 24 109 0 0.88 0.44 0.24 329.82 0.78 0.43
Hex C1 18 6D 0 58 2C 18 14A 4E 2B
Octal 301 30 155 0 130 54 30 512 116 53
Binary 11000001 11000 1101101 0 1011000 101100 11000 101001010 1001110 101011

Color Harmonies of #C1186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1186D

Black with #C1186D

Text Example


Text Example

White with #C1186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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