Html Css Color HEX #C1387F Medium Red Violet

📋 copy color: '#C1387F'

red 193 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #C1387F

Tints of Medium Red Violet #C1387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.78%

R = 51.33%
G = 14.89%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1387F (or 0xC1387F) is known color: Medium Red Violet. HEX triplet: C1, 38 and 7F. RGB value is (193,56,127). Sum of RGB (Red+Green+Blue) = 193+56+127=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C1387F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1387F is #3EC780. Grayscale: #686868. Windows color (decimal): -4114305 or 8337601. OLE color: 8337601.

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

Color convert

RGB 193 56 127 -
CMYK 0 0.71 0.34 0.24
HSL 328.91º 0.55% 0.49% -
HSV(B) 328.91º 0.71% 0.76% -
XYZ 27.24 15.7 21.67 -
YUV 105.06 140.39 190.73 -
System Red Green Blue C M Y K H S L
Decimal 193 56 127 0 0.71 0.34 0.24 328.91 0.55 0.49
Hex C1 38 7F 0 47 22 18 149 37 31
Octal 301 70 177 0 107 42 30 511 67 61
Binary 11000001 111000 1111111 0 1000111 100010 11000 101001001 110111 110001

Color Harmonies of #C1387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1387F

Black with #C1387F

Text Example


Text Example

White with #C1387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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