Html Css Color HEX #C1387E Medium Red Violet

📋 copy color: '#C1387E'

red 193 ◦ green 56 ◦ blue 126

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

Shades of Medium Red Violet #C1387E

Tints of Medium Red Violet #C1387E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 51.47%
G = 14.93%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1387E (or 0xC1387E) is known color: Medium Red Violet. HEX triplet: C1, 38 and 7E. RGB value is (193,56,126). Sum of RGB (Red+Green+Blue) = 193+56+126=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C1387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1387E is #3EC781. Grayscale: #686868. Windows color (decimal): -4114306 or 8272065. OLE color: 8272065.

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

Color convert

RGB 193 56 126 -
CMYK 0 0.71 0.35 0.24
HSL 329.34º 0.55% 0.49% -
HSV(B) 329.34º 0.71% 0.76% -
XYZ 27.17 15.67 21.33 -
YUV 104.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 193 56 126 0 0.71 0.35 0.24 329.34 0.55 0.49
Hex C1 38 7E 0 47 23 18 149 37 31
Octal 301 70 176 0 107 43 30 511 67 61
Binary 11000001 111000 1111110 0 1000111 100011 11000 101001001 110111 110001

Color Harmonies of #C1387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1387E

Black with #C1387E

Text Example


Text Example

White with #C1387E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1387E; }

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

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

background-color css

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

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

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

border-color css

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

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

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