Html Css Color HEX #C1189F Medium Violet Red

📋 copy color: '#C1189F'

red 193 ◦ green 24 ◦ blue 159

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

Shades of Medium Violet Red #C1189F

Tints of Medium Violet Red #C1189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.29%

R = 51.33%
G = 6.38%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1189F (or 0xC1189F) is known color: Medium Violet Red. HEX triplet: C1, 18 and 9F. RGB value is (193,24,159). Sum of RGB (Red+Green+Blue) = 193+24+159=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1189F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C1189F is #3EE760. Grayscale: #595959. Windows color (decimal): -4122465 or 10426561. OLE color: 10426561.

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

Color convert

RGB 193 24 159 -
CMYK 0 0.88 0.18 0.24
HSL 312.07º 0.78% 0.43% -
HSV(B) 312.07º 0.88% 0.76% -
XYZ 28.58 14.49 34.09 -
YUV 89.92 166.99 201.52 -
System Red Green Blue C M Y K H S L
Decimal 193 24 159 0 0.88 0.18 0.24 312.07 0.78 0.43
Hex C1 18 9F 0 58 12 18 138 4E 2B
Octal 301 30 237 0 130 22 30 470 116 53
Binary 11000001 11000 10011111 0 1011000 10010 11000 100111000 1001110 101011

Color Harmonies of #C1189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1189F

Black with #C1189F

Text Example


Text Example

White with #C1189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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