Html Css Color HEX #C1188B Medium Violet Red

📋 copy color: '#C1188B'

red 193 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #C1188B

Tints of Medium Violet Red #C1188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 54.21%
G = 6.74%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1188B (or 0xC1188B) is known color: Medium Violet Red. HEX triplet: C1, 18 and 8B. RGB value is (193,24,139). Sum of RGB (Red+Green+Blue) = 193+24+139=356 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.21% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 193 - color contains mainly: red. Hex color #C1188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1188B is #3EE774. Grayscale: #575757. Windows color (decimal): -4122485 or 9115841. OLE color: 9115841.

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

Color convert

RGB 193 24 139 -
CMYK 0 0.88 0.28 0.24
HSL 319.17º 0.78% 0.43% -
HSV(B) 319.17º 0.88% 0.76% -
XYZ 26.98 13.85 25.68 -
YUV 87.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 193 24 139 0 0.88 0.28 0.24 319.17 0.78 0.43
Hex C1 18 8B 0 58 1C 18 13F 4E 2B
Octal 301 30 213 0 130 34 30 477 116 53
Binary 11000001 11000 10001011 0 1011000 11100 11000 100111111 1001110 101011

Color Harmonies of #C1188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1188B

Black with #C1188B

Text Example


Text Example

White with #C1188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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