Html Css Color HEX #C1188D Medium Violet Red

📋 copy color: '#C1188D'

red 193 ◦ green 24 ◦ blue 141

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

Shades of Medium Violet Red #C1188D

Tints of Medium Violet Red #C1188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 53.91%
G = 6.7%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1188D (or 0xC1188D) is known color: Medium Violet Red. HEX triplet: C1, 18 and 8D. RGB value is (193,24,141). Sum of RGB (Red+Green+Blue) = 193+24+141=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1188D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1188D is #3EE772. Grayscale: #575757. Windows color (decimal): -4122483 or 9246913. OLE color: 9246913.

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

Color convert

RGB 193 24 141 -
CMYK 0 0.88 0.27 0.24
HSL 318.46º 0.78% 0.43% -
HSV(B) 318.46º 0.88% 0.76% -
XYZ 27.13 13.91 26.46 -
YUV 87.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 193 24 141 0 0.88 0.27 0.24 318.46 0.78 0.43
Hex C1 18 8D 0 58 1B 18 13E 4E 2B
Octal 301 30 215 0 130 33 30 476 116 53
Binary 11000001 11000 10001101 0 1011000 11011 11000 100111110 1001110 101011

Color Harmonies of #C1188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1188D

Black with #C1188D

Text Example


Text Example

White with #C1188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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