Html Css Color HEX #C1389F Medium Red Violet

📋 copy color: '#C1389F'

red 193 ◦ green 56 ◦ blue 159

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

Shades of Medium Red Violet #C1389F

Tints of Medium Red Violet #C1389F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.73%

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

R = 47.3%
G = 13.73%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C1389F (or 0xC1389F) is known color: Medium Red Violet. HEX triplet: C1, 38 and 9F. RGB value is (193,56,159). Sum of RGB (Red+Green+Blue) = 193+56+159=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1389F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1389F is #3EC760. Grayscale: #6C6C6C. Windows color (decimal): -4114273 or 10434753. OLE color: 10434753.

HSL color Cylindrical-coordinate representation of color #C1389F: hue angle of 314.89º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1389F is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 159 -
CMYK 0 0.71 0.18 0.24
HSL 314.89º 0.55% 0.49% -
HSV(B) 314.89º 0.71% 0.76% -
XYZ 29.66 16.67 34.45 -
YUV 108.71 156.39 188.12 -
System Red Green Blue C M Y K H S L
Decimal 193 56 159 0 0.71 0.18 0.24 314.89 0.55 0.49
Hex C1 38 9F 0 47 12 18 13B 37 31
Octal 301 70 237 0 107 22 30 473 67 61
Binary 11000001 111000 10011111 0 1000111 10010 11000 100111011 110111 110001

Color Harmonies of #C1389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1389F

Black with #C1389F

Text Example


Text Example

White with #C1389F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1389F; }

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

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

background-color css

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

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

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

border-color css

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

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

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